Exception when trying to upgrade to Kotlin 1.4.10 in Android Studio
It seems like the issue might be with moshi codegen. Could you please try to update moshi version to the latest one: https://github.com/square/moshi/releases?
On my end I had to update Room to version 2.2.5
So if you've got any libraries using kapt
, you might have to update them to a more recent version.