Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dagger-hilt

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

Cannot create instance of MainViewModel with Hilt

Hilt - EntryPoint in Fragment

android kotlin dagger-hilt

Should I inject every and any class or specific classes?

Pre-populating Room database with Hilt without creating an extra instance of the database

Dagger Hilt crash in Google Play Console

Custom scope using Hilt

Provide domain-layer UseCase classes with HILT