Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dagger-hilt

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?

Hilt - Dependency cycle crash

How do I make kapt gradle task showing errors in Kotlin code instead of generated Java code?

ClassCastException When Initialising Interface ViewModel Using by navGraphViewModels() [with Hilt]

Android AGP 8.4 and hilt

Injection of an @HiltViewModel class is prohibited since it does not create a ViewModel instance correctly

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

<identifier> expected android Hilt

What is the proper way to navigate from ViewModel in Jetpack Compose + Hilt + ViewModel?

How to add classpath hilt-android-gradle-plugin in android studio chipmunk and higher

android dagger dagger-hilt

Hilt: Why is a class in ApplicationComponent scope created twice?

android dagger-hilt

NullPointerException while trying hilt injections in JUnit5/Jupiter test cases

Hilt + Worker NoSuchMethodException: <init> [class android.content.Context, class androidx.work.WorkerParameters]

"Check that you have added the HiltAndroidRule" for ContentProvider in a test