Anyone else facing problems with dagger-hilt versi...
# android-architecture
a
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
I think it is known and you have to use alpha04 AGP. If not mistaken it is mentioned in the release notes.
c
Yeah. I ended up rolling back to 2.37
a
I did the same, version 2.37 works fine
f
2.38.1 will fix that, same issue here it has been reported