I just updated to Kotlin 1.3.60 and when I try and...
# android
r
I just updated to Kotlin 1.3.60 and when I try and build my project I get
Unable to load class 'kotlin.coroutines.Continuation'
on the task
:app:kaptGenerateStubsDevDebugKotlin
When I revert back to kotlin 1.3.50, it builds fine and everything works. Is there anything about 1.3.60 that might be causing this to happen?
d
Clean?
h
"Invalidate cache and restart" our all
a
Invalidating caches won't help with a Gradle build. AFAIK, coroutines still haven't been released for Kotlin 1.3.60+: https://github.com/Kotlin/kotlinx.coroutines (it only mentions 1.3.50).
c
1.3.61 has available now. update and check?
r
yea not really sure what's going on. It runs correctly the first time (after I update to 60 or 61) but then anything after that fails. It fails on CI too. Thanks for all the suggestions, just wanted to get a pulse as to whether it was something that was happening to anyone else with the Kotlin update