Search code examples
error: [Hilt] @InstallIn, 'value' class is invalid or missing: @dagger.hilt.InstallIn({}) [H...


androidkotlinandroid-roomdagger-hilt

Read More
lateinit property for String has not been initialized...


androidkotlindependency-injectiondagger-hiltkotlin-lateinit

Read More
Cannot create an instance of class ViewModel using dagger hilt...


androidkotlinandroid-viewmodeluse-casedagger-hilt

Read More
Why can't I launch viewModel() two times when I use Hilt as DI in an Android Studio project?...


androiddagger-hilt

Read More
How do you inject a specific subclass based on the which class is instantiated with Hilt?...


androidkotlindependency-injectiondagger-hilt

Read More
Inject abstract class (base activity) with HILT...


androidkotlindependency-injectiondagger-hilt

Read More
Execution failed for task ':app:kaptDebugKotlin' - Error Occurs while using Hilt...


androidandroid-studiokotlindependency-injectiondagger-hilt

Read More
Why retrofit returns null in response body?...


kotlinrepositoryretrofitdagger-hilt

Read More
Dagger hilt Cannot be provided without an @Provides-annotated method...


androidkotlindagger-hiltandroid-mvvm

Read More
Jetpack Compose + Hilt: java.lang.RuntimeException: Cannot create an instance of class ViewModel...


androidkotlinandroid-jetpack-composedagger-hiltandroid-jetpack-navigation

Read More
Dagger-Hilt @AndroidEntryPoint is not working with BottomSheetDialogFragment()...


androidgradledagger-hiltbottomsheetdialogfragment

Read More
Best way to get the context of an activity in a viewmodel...


androidandroid-contextdagger-hilt

Read More
Is it required to add @Singleton on top of a function using dagger hilt if the module scope is alrea...


androidkotlindagger-hilt

Read More
Android UI tests with Hillt and NavComponent - NavController not set error...


androidandroid-espressodagger-hiltui-testingandroid-jetpack-navigation

Read More
Is ApplicationComponent deprecated?...


androiddaggerdagger-hilt

Read More
Field injection in viewModels with Hilt...


androidandroid-viewmodeldagger-hilt

Read More
Package folder named 'case' in Android Studio causes hilt error...


androidandroid-studiodagger-hilt

Read More
How to pass arguments from Activity to ViewModel using Hilt (without a ViewModel Factory)...


androidandroid-viewmodeldagger-hilt

Read More
Hilt cannot be injected when using ViewModelProvider.Factory to obtain ViewModel...


android-viewmodeldagger-hilt

Read More
How can I dependency injection MediaRecorder with Hilt in Android Studio?...


androidkotlindagger-hilt

Read More
Can I create an instance manually when I have to use Hilt as dependency injection?...


androidkotlindagger-hilt

Read More
Hilt Inject ActivityComponent dependency into ViewModel...


androidkotlindependency-injectiondagger-hilt

Read More
Dagger @Inject and @AssistedInject together...


androiddagger-2dagger-hilt

Read More
Can you UnitTest Android workers that employ Hilt constructor injection...


androidjunit4robolectricandroid-workmanagerdagger-hilt

Read More
Dagger - Hilt : Do we need to mark all activities with @AndroidEntryPoint...


androidkotlindependency-injectiondagger-hilt

Read More
Why using different scopes with Android Hilt if all can work with SingletonComponent...


androiddagger-hilt

Read More
cannot find implementation ( Room )...


androidkotlinandroid-roomdagger-hilt

Read More
Injecting CoroutineWorker with Hilt : Could not instantiate woker...


androidandroid-workmanagerdagger-hilt

Read More
Hilt Dagger Error java.lang.RuntimeException: Cannot create an instance of class HomeFragmentViewMod...


javaandroiddagger-hilt

Read More
Using dagger-hilt in repository class...


androidkotlindependency-injectiondagger-hilt

Read More
BackNext