In the below code, I have a module where I call @InstallIn(SingletonComponent::class). So the scope of this module is the application scope or singleton scope))
If I'll provide something inside the module, do I need to annotate that function with singleton as well?
