-
Android Studio Bumblebee 2021.1.1 Patch 1
Gradle build fails with exception:
* Exception is:
org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ':mobile'.
Caused …
-
Why don't you use Hilt? [Google says](https://developer.android.com/training/dependency-injection/hilt-android#hilt-and-dagger)
> Dagger and Hilt code can coexist in the same codebase. However, in …
Piasy updated
2 years ago
-
When testing dagger with ~K2~ Kapt on Kotlin 2.1.0-Beta1, it fails with the below trace.
### Repro
- Checkout https://github.com/slackhq/circuit/pull/1677
- Set `kapt.use.k2=true` in `gradle.prop…
-
I am using DaggerHilt for dependency injection. In my AbstractComposeView, I need to access the ViewModel in a Composable function. To do that I have to annotate my AbstractComposeView with AndroidEnt…
-
I've just migrated one of our apps to Dagger Hilt and now LeakCanary 2 is finding leaks in our fragments that use Epoxy.
The issue seems very similar to #886, but instead of a `ContextWrapper` Hilt…
-
### What happened?
In my code, I've consistently encountered crashes when using OneSignal APIs after calling OneSignal.initWithContext, specifically receiving the error: java.lang.Exception: Must cal…
-
Following Dagger's recommended [Hilt integration](https://github.com/google/dagger/blob/78438d562499115cc7b722c7505a4e08a953fa1d/workspace_defs.bzl#L146-L245), when using this `android_library` target…
-
HiltGradlePlugin accesses project group of a different project, that's not safe in [Gradle project isolation mode](https://docs.gradle.org/current/userguide/isolated_projects.html) as it requires that…
-
Google recently announced the new [Hilt](https://developer.android.com/training/dependency-injection/hilt-android) dependency injection library for Android based on Dagger. Hilt tackles many of the "p…
-
You should use @hiltviewmodel with @inject, https://stackoverflow.com/questions/66185820/dagger-hilt-assisted-and-viewmodelinject-is-deprecated-in-dagger-hilt-view