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.