https://kotlinlang.org logo
#dagger
Title
s

Sergio C.

06/25/2021, 10:54 PM
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

FunkyMuse

06/26/2021, 12:39 AM
In your manifest, did you set?
Copy code
<application
    android:name=".YourHiltAndroidApp"
s

Slava Glushenkov

06/27/2021, 12:30 PM
Seems it's issue with Kotlin 1.5.20.
s

Sergio C.

07/02/2021, 8:08 AM
yes looks like it's a bug
44 Views