Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dagger-hilt

Dagger hilt: Difference between annotating a class @Singleton and a provides function @Singleton

Inject a dao into Worker with Hilt problem

Hilt Singleton components instantiated multiple times

Hilt - what is the Java equivalent to kotlin's "by viewmodels()" to inject viewmodel into activity?

android kotlin dagger-hilt

Share viewmodel from activity to compose function using hilt

"Can't access ViewModels from detached fragment" on interface onclick

android kotlin dagger-hilt

Hilt Inject into ViewModel without constructor params

android dagger-hilt

Is it required to add @Singleton on top of a function using dagger hilt if the module scope is already singleton?

android kotlin dagger-hilt

Dagger-hilt error while compiling project

Is it bad practice to pass viewmodels to child composables in jetpack compose?

Can you use Hilt in a Java-only Android project?

Missing classes detected while running R8

Dependency injection inside extension function

How to add androidTest to a fragment using conditional navigation?

How to use Assisted Inject and Inject with dagger hilt?

android dagger-hilt

Activity has no zero argument constructor - Dagger Hilt