I'm about to try HILT for my project. But as soon ...
# dagger
h
I'm about to try HILT for my project. But as soon as I try to add the gradle plugin (even adding the classpath to dependencies) I'm getting errors all over my gradle file. I'm using Kotlin-syntax for my build.gradle-files. Would that be a problem?
Hmm, using version
2.28.3-alpha
fixed it for me. However, looking at https://developer.android.com/jetpack/androidx/releases/hilt I thought
1.0.0-alpha02
would be the latest.
g
What is 2.28.3?
It looks that configuration is failed, so you see those errors, try to build from console, you should see an actual error
h
g
Ah, I got it, it's version of dagger