Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dagger-hilt

How to pass arguments to Hilt module?

Field Injection via Hilt outside of Fragment and Activity

java.lang.RuntimeException: Hilt classes generated from @HiltAndroidTest are missing

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

Unresolved reference @HiltAndroidApp or any other Hilt annotation in Android

What is difference between ActivityRetainedComponent @ActivityRetainedScope and ActivityComponent @ActivityScoped in dagger hilt android

HiltViewModel: Cannot create an instance of class

android kotlin dagger-hilt

Error in supressing @InstallIn check whilst migrating from Dagger to Hilt using flag -Adagger.hilt.disableModulesHaveInstallInCheck=true

Hilt creating different instances of view model inside same activity

android dagger dagger-hilt

@CustomTestApplication value cannot be annotated with @HiltAndroidApp

dagger-2 dagger-hilt

Dagger with Hilt inject ActivityContext in adapter from module

How to Bind/Provide Activity or Fragment with Hilt?

Dagger Hilt not injecting on tests

How to inject app: Context in ViewModel with Hilt?

android kotlin dagger-hilt

How can Hilt be used effectively in multi-module apps following CLEAN architecture principles?

Android Hilt - multi module project cast error

Hilt field injection in the super Fragment or ViewModel