Search code examples
Hiltviewmodel in jetpack compose with AssistedInject multiple errors...

kotlinandroid-jetpack-composedagger-hiltassisted-inject

Read More
Getting issue dependency was found while adding dagger hilt...

kotlinandroid-jetpack-composedagger-hilt

Read More
How to fix this Hilt gradle setup?...

androidkotlingradledagger-hilt

Read More
why should we not use "@Inject constructor" in the module class?...

androidkotlindependency-injectiondagger-hilt

Read More
AndroidTest Compose IllegalStateException: Given component holder class androidx.activity.ComponentA...

androidnavigationandroid-jetpack-composeandroid-testingdagger-hilt

Read More
Android Dependency Injection for Work Manager...

androiddependency-injectionandroid-jetpack-composedagger-hilt

Read More
Expected @AndroidEntryPoint to have a value. Did you forget to apply the Gradle Plugin?...

androiddagger-hilt

Read More
Is there something wrong with my dao. How do I fix this error?...

androidkotlinandroid-jetpack-composedagger-hilt

Read More
java.lang.RuntimeException: Cannot create an instance of class <package- name>viewmodel.LoginV...

androidviewmodeldagger-hilt

Read More
How to follow MVVM patterns for storing a TextField's value when using a sealed class UiState in...

androidkotlinmvvmandroid-jetpack-composedagger-hilt

Read More
How to inject SavedStateHandle to ViewModel in dynamic feature module?...

androidandroid-savedstatedagger-hiltdynamic-feature-moduleviewmodel-savedstate

Read More
How to Update BASE URL in Dagger Hilt...

androidandroid-jetpackdagger-hilt

Read More
The following options were not recognized by any processor: '[room.schemaLocation, kapt.kotlin.g...

androidandroid-jetpack-composeandroid-roomdagger-hilt

Read More
Is Hilt uses alpha version of Dagger’s KSP support under the hood?...

androiddependency-injectiondagger-2dagger-hilt

Read More
Coroutine scope for a RoomDatabase.Callback() in a RoomDatabase instantiated outside the ViewModel?...

androidkotlinandroid-roomkotlin-coroutinesdagger-hilt

Read More
@HiltViewModel annotated class should contain exactly one @Inject or @AssistedInject annotated const...

androidkotlinandroid-jetpack-composedagger-hilt

Read More
NoMatchingViewException error during Espresso test...

androidjunit4android-espressodagger-hiltinstrumented-test

Read More
How to inject a ViewModel object in composable functions?...

androidkotlinandroid-jetpack-composeandroid-viewmodeldagger-hilt

Read More
KSP error when upgrading Android project to Compose Compiler 2.0.0...

androidandroid-gradle-pluginandroid-jetpack-composedagger-hilt

Read More
hilt: error: [Dagger/MissingBinding] Repository cannot be provided without an @Provides-annotated me...

androiddependency-injectiondagger-hiltclean-architecturemulti-module

Read More
Hilt SingletonComponent vs ActivityComponent scope...

androidkotlindagger-2dagger-hilt

Read More
Dagger-Hilt: @ViewModelInject is not injecting MyViewModel and crash?...

androidandroid-viewmodeldagger-hilt

Read More
Hilt plugin problem with Android jetpack compose: "Expected @AndroidEntryPoint to have a value....

androidkotlinandroid-jetpack-composedagger-hilt

Read More
Cannot implement Hilt with Compose Activity...

androidandroid-jetpack-composedagger-hiltkapt

Read More
Missing classes detected while running R8...

androidgradledependency-injectiondagger-hiltandroid-r8

Read More
Dagger Hilt Incompatibility with Dependency Inversion...

androiddaggerdagger-hiltdependency-inversion

Read More
How to pass parameter to viewmodel constructor using HiltViewModel library with jetpack compose...

androiddagger-2dagger-hilt

Read More
Hilt - Question on making a Dao object in a module a Singleton...

androiddagger-2dagger-hilt

Read More
2 files found with path 'META-INF/gradle/incremental.annotation.processors'. while using dag...

androidbuild.gradledagger-hilt

Read More
Does Using ActivityComponent Scope in Hilt Provide the Same Dependency Instance Across All Fragments...

androiddependency-injectiondagger-2dagger-hilt

Read More
BackNext