Search code examples
ViewModel onCleared() is not called when I close the app...


androidkotlinandroid-jetpack-composedagger-hilt

Read More
Hilt compilation error : Android BaseExtension not found...


androidgradleandroid-gradle-plugindagger-hilt

Read More
How to pass runtime parameters to a ViewModel's constructor when using Hilt for dependency injec...


androidandroid-fragmentsdependency-injectionandroid-viewmodeldagger-hilt

Read More
Unable to find method ''java.lang.String com.squareup.javapoet.ClassName.canonicalName()&#39...


androidkotlingradledagger-hiltjavapoet

Read More
Hilt not generating PreferencesModule_ProvidePreferencesDataStoreFactory when injecting DataStore (N...


androidkotlindagger-hiltdatastore

Read More
Error when running a HiltWorker on app start: NoSuchMethodException...


androidkotlindagger-hiltandroid-workmanager

Read More
Hilt Unsupported metadata version in Kotlin...


android-studiokotlinmobileandroid-jetpack-composedagger-hilt

Read More
There are multiple DataStores active for the same file in HiltAndroidTest...


androidandroid-uiautomatordatastoredagger-hilt

Read More
How to fix java.lang.NoSuchMethodException when using a Hilt Worker?...


androidkotlindagger-hiltandroid-workmanager

Read More
Unresolved references with HiltViewModels. Android Jetpack Compose...


androidkotlinandroid-jetpack-composedagger-hilt

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


androidkotlinandroid-jetpack-composedagger-hilt

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


androidnavigationandroid-jetpack-composeandroid-testingdagger-hilt

Read More
Cannot implement Hilt with Compose Activity...


androidandroid-jetpack-composedagger-hiltkapt

Read More
What is the right way to instantiate a ViewModel inside a Tab Fragment and scope it to the parent na...


androidandroid-fragmentsviewmodeldagger-hiltandroid-jetpack-navigation

Read More
When will repository be destroyed when using ActivityRetainedScoped in Hilt?...


androidfirebasekotlinmvvmdagger-hilt

Read More
How to have multiple instances of the same database class (with different database names) using Hilt...


androidkotlindependency-injectionandroid-roomdagger-hilt

Read More
Plugin [id: 'dagger.hilt.android.plugin'] was not found in any of the following sources...


androidandroid-studiogradlegradle-kotlin-dsldagger-hilt

Read More
The Hilt Android Gradle plugin is applied but no com.google.dagger:hilt-android-compiler dependency ...


androidgradledagger-hilt

Read More
Jetpack compose preview crashes with hiltViewModel<>()...


androidkotlinandroid-jetpack-composedagger-hilt

Read More
How to fix "Cannot create an instance of class ViewModel" when using Hilt?...


androidandroid-jetpack-composeandroid-roomviewmodeldagger-hilt

Read More
Error in supressing @InstallIn check whilst migrating from Dagger to Hilt using flag -Adagger.hilt.d...


androiddagger-2dagger-hilt

Read More
How to add Hilt dependencies on "libs.versions.toml" file in android studio...


androidandroid-studiodagger-hilttoml

Read More
App_HiltComponents.ActivityC scoped with @dagger.hilt.android.scopes.ActivityScoped may not referenc...


androiddagger-2dagger-hilt

Read More
Share viewmodel from activity to compose function using hilt...


androidandroid-jetpack-composeandroid-viewmodeldagger-hiltjetpack-compose-navigation

Read More
"java.lang.RuntimeException: Cannot find implementation for Room database - AccountDataDataBase...


androidkotlinandroid-roomdagger-hiltkapt

Read More
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/test/platform/io/FileTestStorage...


androiddagger-hiltinstrumented-test

Read More
How to use Hilt DI with WorkerManager in Android?...


androidandroid-jetpackdagger-hilt

Read More
Hilt with ksp instead of kapt...


androidgradleandroid-jetpack-composedagger-hilt

Read More
How to access injected properties in attachBaseContext using Hilt?...


androiddependency-injectiondagger-hilt

Read More
Hilt Dependency Injection Issue: Cannot Find Symbol 'PlayerViewModel_HiltModules_BindsModule_Bin...


androidkotlindependency-injectionandroid-viewmodeldagger-hilt

Read More
BackNext