Daniel Souza Bertoldi
02/11/2024, 3:18 PMBookStoreNotesApplication_HiltComponents.ViewModelC repeats modules with scoped bindings or declarations:
More details in thread!Daniel Souza Bertoldi
02/11/2024, 3:18 PMpublic abstract static class SingletonC implements FragmentGetContextFix.FragmentGetContextFixEntryPoint,
^
- example.BookStoreNotesApplication_HiltComponents.SingletonC also includes:
- example.BookStoreApiModule with scopes: @javax.inject.Singleton
- example.BookStoreDatabaseModule with scopes: @javax.inject.Singleton
Daniel Souza Bertoldi
02/11/2024, 3:21 PMDaniel Souza Bertoldi
02/11/2024, 3:22 PM@Singleton
scope. Both ApiModule and DatabaseModule have singletons for totally different things 🤔 why is it saying that it's repeating modules with scoped bindings/declarations?Daniel Souza Bertoldi
02/11/2024, 9:30 PMBookStoreModule
file made it work ✅