Anyone else facing problems with dagger-hilt version 2.38 and Gradle 7.1.0-alpha03?
Since I upgraded from hilt 2.28 to 2.38 the field injection stopped working and I get the following error message:
Copy code
lateinit property analytics has not been initialized
e
Eugen Martynov
07/25/2021, 8:05 PM
I think it is known and you have to use alpha04 AGP. If not mistaken it is mentioned in the release notes.
c
Colton Idle
07/26/2021, 1:19 AM
Yeah. I ended up rolling back to 2.37
a
Aaron Waller
07/26/2021, 10:36 PM
I did the same, version 2.37 works fine
f
FunkyMuse
07/27/2021, 7:43 AM
2.38.1 will fix that, same issue here it has been reported