Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dagger-hilt

dagger.hilt.android.internal.lifecycle.DefaultActivityViewModelFactory' could not be resolved- Android Kotlin

Hilt ViewModel has no zero argument constructor

Android Dynamic Feature modules with Dagger Hilt

Execution failed for task ':app:hiltAggregateDepsDebug'

Dagger Hilt with multiple implementations of an interface

Jetpack Compose Sending Result Back with SavedStateHandle does not work with SavedStateHandle injected in ViewModel

Hilt: java.lang.ClassNotFoundException: Didn't find class "com.kotlin20test.Hilt_MyApp"

Hilt Not Syncing

Android Hilt - How to share dependency between fragments?

android dagger dagger-hilt

error: [Dagger/DependencyCycle] Found a dependency cycle error after using ActivityRetainedScoped

Issue with Hilt Application Class: Gradle Dependency Conflict [closed]

how to create multiple retrofit base url in dagger hilt and inject them

android mvvm dagger-hilt

Jetpack compose preview crashes with hiltViewModel<>()

Android Hilt throw IllegalStateException even stated Custom Application in Manifest.xml

How to get hiltViewModel from Activity?

Is it bad to inject two ViewModel objects into a composable function?