I just updated to AS 4.2.0-alpha8 and now getting ...
# android-studio
j
I just updated to AS 4.2.0-alpha8 and now getting 
ClassNotFoundException: kotlin.KotlinNothingValueException
 - anyone else come across this? Seems to be related to use of root level kotlin build script ....if I change/migrate 
build.gradle.kts
 to 
build.gradle
 then I'm not seeing that error.
👍 1
Looks like issue has been created for this https://issuetracker.google.com/issues/166468915
r
Have you tried to upgrade to gradle to 6.6 ?
j
Yeah, you're forced to do that along with updating plugin version
r
Tried 6.6.1 ?
j
Looks like fix for this has been made and will be in alpha9 release (issue also includes another workaround)
r
OK