hi everyone I keep having this error but the hilt ...
# dagger
s
hi everyone I keep having this error but the hilt plugin is applied!
Copy code
Expected @HiltAndroidApp to have a value. Did you forget to apply the Gradle Plugin? (dagger.hilt.android.plugin)
How can I solve it?
f
In your manifest, did you set?
Copy code
<application
    android:name=".YourHiltAndroidApp"
s
Seems it's issue with Kotlin 1.5.20.
s
yes looks like it's a bug
156 Views