How to verify if a binding scoped to a viewmodel is working? ie. How to know if Hilt is truly working?

Viewed 19

I just created a simple Hilt Module that is installed in ViewModelComponent, and created a provides method for a dummy object that I am using in an Activity (through the viewmodel), and I want to know if the scoping is indeed working, How do I find out? Everything compiles and runs correctly. No issues there.

0 Answers
Related