Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dagger-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

The best way to wrap sharedPreference object in hilt

android dagger-hilt

Hilt Activity must be attached to an @AndroidEntryPoint Application

kotlin mvvm dagger-hilt

Hilt dependency injection for UI testing says "HiltAndroidRule" wasn't added but it was

Dagger Hilt provide alternative Modules for different flavors/build types

android dagger dagger-hilt

Injecting CoroutineWorker using Hilt

How to inject a ViewModel into a composable function using Hilt (Jetpack Compose)

How to model parent-child relationship in Android MVVM VMs?

dagger.hilt.android.internal.managers.ViewComponentManager$FragmentContextWrapper cannot be cast to android.app.Activity

android kotlin dagger-hilt

Hilt Fragments must be attached to an @AndroidEntryPoint Activity. Found: class androidx.fragment.app.testing.FragmentScenario$EmptyFragmentActivity

Provide preferences datastore with Hilt

jetpack compose viewModel() is giving error "has no zero argument constructor" with hilt

How to use Hilt to inject a safe-args argument into a viewmodel?

Injecting a repository into a Service in Android using Hilt

Why would I use Android Hilt (Dagger2) when Koin is available

android koin dagger-hilt