Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dagger-hilt

How to mock the view model with Hilt for unit testing fragments?

Hilt Unsupported metadata version in Kotlin

DefaultActivityViewModelFactory not found

Inject context with Hilt: this field leaks a context object

android kotlin dagger-hilt

Hilt Injection not working with BroadcastReceiver

Android WorkManager Worker can not be injected using Dagger Hilt `@WorkerInject`

SingletonComponent is missing a parent declaration

android dagger-hilt

The Hilt Android Gradle plugin is applied but no com.google.dagger:hilt-android-compiler dependency was found

android gradle dagger-hilt

Expected @AndroidEntryPoint to have a value. Did you forget to apply the Gradle Plugin?

android dagger-hilt

Is ApplicationComponent deprecated?

android dagger dagger-hilt

Dagger Hilt 'Assisted' and 'ViewModelInject' is deprecated. in Dagger Hilt View Model 1.0.0-alpha03

Expected @HiltAndroidApp to have a value. Did you forget to apply the Gradle Plugin?

How to inject application context in a repository with Hilt?

error: cannot find symbol @dagger.hilt.InstallIn(value = {ApplicationComponent.class})

android dagger-hilt