-
We're seeing very long fingerprinting times in some hilt tasks.
Our app module's `hiltJavaCompileDebug` and `hiltJavaCompileDebugUnitTest` spends over 1 minute to fingerprint inputs on CI, only to …
-
Facing issues after updating hilt to
implementation "com.google.dagger:hilt-android:2.31-alpha"
annotationProcessor 'com.google.dagger:hilt-android-compiler:2.33-beta'
Thanks in advance.
-
Workaround is to generate this file in each module so that Dagger and Hilt are activated:
```
// Workaround for https://youtrack.jetbrains.com/issue/KT-46940.
@dagger.Module
@dagger.hilt.InstallIn…
-
fail to sync this project
Exception is:
java.lang.NoSuchMethodError: com.android.build.api.extension.AndroidComponentsExtension$DefaultImpls.androidTest$default(Lcom/android/build/api/extension/An…
-
Quoting [docs](https://developer.android.com/build/migrate-to-ksp):
> [KSP (Kotlin Symbol Processing)](https://github.com/google/ksp) is a Kotlin-first alternative to kapt. KSP analyzes Kotlin code d…
-
KSP for Hilt was introduced in `2.48` but fails to work when also using KSP with Enro `2.2.0`
## Expected Behavior
Enro and Hilt can both take advantage of KSP
## Current Behavior
Compilation…
-
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 …
-
### when i write android hilt demo (https://developer.android.com/training/dependency-injection/hilt-testing#testing-dependencies), in app/build.gradle
```
plugins {
id 'com.android.appl…
-
### **Is your feature request related to a problem? Please describe.**
The plugin is raising an error that the `kapt` plugin is unused even when it's applied to an [_excluded_](https://github.com/iva…
-
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