Chris Fillmore
08/06/2021, 6:19 PMhilt-lifecycle-viewmodel
to 1.0.0, but I’m having an issue. Currently my project builds fine with this:
def androidx_hilt_version = '1.0.0-alpha03'
implementation "androidx.hilt:hilt-lifecycle-viewmodel:$androidx_hilt_version"
kapt "androidx.hilt:hilt-compiler:$androidx_hilt_version"
If I change to androidx_hilt_version = '1.0.0'
, gradle sync works fine, but build fails with this error:
Could not find androidx.hilt:hilt-lifecycle-viewmodel:1.0.0.
Trying to use -beta01
also fails.
Did the artifact name change? I don’t see anything in the release notes.
I’m using AGP 7.0.0 if that’s helpful.Rafal
08/06/2021, 7:08 PMChris Fillmore
08/06/2021, 7:10 PM