Search code examples
Hilt Dependency Injection Issue: Cannot Find Symbol 'PlayerViewModel_HiltModules_BindsModule_Bin...

androidkotlindependency-injectionandroid-viewmodeldagger-hilt

Read More
Hilt with ksp instead of kapt...

androidgradleandroid-jetpack-composedagger-hilt

Read More
Hilt Unsupported metadata version in Kotlin...

android-studiokotlinmobileandroid-jetpack-composedagger-hilt

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

androidandroid-studiodagger-hilttoml

Read More
Hilt: kotlin.UninitializedPropertyAccessException: lateinit property has not been initialized...

androidkotlindagger-hilt

Read More
Hilt cannot be provided without an @Provides-annotated method...

androiddaggerdagger-hilt

Read More
Hilt dependancy issue: Expected @AndroidEntryPoint to have a value. Did you forget to apply the Grad...

androidkotlinandroid-jetpack-composedagger-hilt

Read More
@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
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 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
CredentialManager injected with Hilt throws "Failed to launch the selector UI"...

androiddagger-hiltandroid-credential-manager

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
BackNext