Search code examples
@Inject lateinit var vs @Inject constructor on Dagger Hilt...


androidkotlindependency-injectiondagger-hilt

Read More
Hilt Navigation Compose and ViewModel...


androidkotlinandroid-viewmodeldagger-hiltandroid-jetpack-compose-navigation

Read More
warning : The following options were not recognized by any processor: '[dagger.fastInit, kapt.ko...


androidwarningsandroid-builddagger-hiltkapt

Read More
Hilt + Worker NoSuchMethodException: <init> [class android.content.Context, class androidx.wor...


androidkotlindagger-hiltandroid-workmanagercoroutineworker

Read More
androidx.lifecycle:lifecycle.viewmodel.compose vs androidx.hilt:hilt.navigation.compose...


androidandroid-jetpack-composeandroid-viewmodeldagger-hilt

Read More
What is the right way to insert records with 1:N and N:M relationships in a Room database using MVVM...


kotlinmvvmandroid-roomdagger-hilt

Read More
I am struggling compiling Android project in Android Studio with Dagger/Hilt and Proguard...


kotlingradleproguarddagger-hilt

Read More
Hilt Unsupported metadata version in Kotlin...


android-studiokotlinmobileandroid-jetpack-composedagger-hilt

Read More
Android + Kotlin + Hilt: Error building project...


androidkotlindependency-injectiondagger-2dagger-hilt

Read More
Android + Kotlin + Hilt: Activity has no zero argument constructor...


androidkotlindependency-injectiondagger-hilt

Read More
Hilt injection order inconsistency leading to NullPointerExceptions in Compose ViewModel...


androidnullpointerexceptionandroid-jetpack-composeviewmodeldagger-hilt

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


androidkotlinandroid-jetpack-composedagger-hilt

Read More
NoSuchMethodException thrown by HiltWorker with additional parameters...


androidkotlindagger-hiltandroid-workmanager

Read More
Android Hilt DI - error: package {ApplicationClassName}_HiltComponents does not exist...


androiddependency-injectiondagger-hilt

Read More
Hilt with ksp instead of kapt...


androidgradleandroid-jetpack-composedagger-hilt

Read More
Hilt doesn't work with Jetpack Compose in AOSP...


android-jetpack-composeandroid-sourcedagger-hilt

Read More
Sharing single instance of ViewModel between two composables and recreating it when needed...


androidkotlinandroid-jetpack-composedagger-hilt

Read More
Why apps made in Jetpack compose are larger. Any Solution?...


androidkotlinandroid-jetpack-composedagger-hiltgradle-kotlin-dsl

Read More
Issues with Dagger Hilt and KSP in Android Kotlin Project: Cannot Resolve Symbol ‘Inject’...


androidkotlinsupabasedagger-hiltgoogle-developer-tools

Read More
How to create different viewmodel instance for fragments in viewpager scoped to parent fragment with...


androidandroid-fragmentsviewmodelandroid-viewmodeldagger-hilt

Read More
How can I make the parameters of a uiState persist when turning the screen in Kotlin?...


kotlinandroid-jetpack-composeandroid-roomandroid-viewmodeldagger-hilt

Read More
Hilt - All modules must be static and use static provision methods or have a visible, no-arg constru...


androidkotlindagger-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
Global ViewModel in Jetpack Compose...


androidandroid-jetpack-composeandroid-viewmodeldagger-hilt

Read More
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
BackNext