-
Replace Dagger-Hilt with Koin
-
**Is your feature request related to a problem? Please describe.**
The team is currently limited when creating test-only dependencies: either we need to blur the lines between modules by adding depen…
-
Hi, when i build project have no error but when i run the project on **emulator** that using dagger hilt get error on below.
Do you have any Solution for this Issue?
Project have java 17 compile…
-
```
Fatal Exception: java.lang.IllegalArgumentException: Required value was null.
at com.google.android.ground.ui.datacollection.DataCollectionViewModel.(DataCollectionViewModel.kt:100)
…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
We already have solutions(#509, #397) for Dagger 2 and Dagger Android, so will there be a plan to support [Dagger Hilt ](https://dagger.dev/hilt) via another third-party library, or is there a workaro…
-
Hilt is the new recommended DI library for Android.
ViewModel Injection in Vector currently relies on using AssistedInject with Dagger. Integration with Dagger Hilt would be nice too.
-
version catalog values:
```
androidGradlePlugin = "8.2.2"
kspPlugin = "1.9.23-1.0.20"
hiltPlugin = "2.49"
hiltExt = "1.2.0" #used for hilt-compiler and hilt-work
```
getting the following err…
-
So why use dependency injection:
Dependency injection helps to provide (or inject) the parameters you might need to construct a class. This facilitates having to provide parameters for certain func…
-
Thanks for this great source code example of jetpack playground.
But I've problems when configuring `@AutoService` injection with Hilt.
In Hilt, we don't have to define `VideoComponent` in exc…