Android studio gives me this error after upgrading...
# android
t
Android studio gives me this error after upgrading android studio kotlin plugin version to
1.3.70-eap-42-Studio3.6-1
Cause: org.gradle.tooling.model.kotlin.dsl.KotlinDslScriptsModel can only be requested on the root project, got 'project ':app''
PS: I am not using kotlin dsl for gradle, I am using groovy
All my projects are mo longer building
Is there a way to fix this or roll back to the previous plugin version?
r
Not sure how to configure what version of the plugin, but i would try to update anroid studio then update the plugin again. The version you have listed up there is from Jan 13, there is a 1.3.70 stable now https://plugins.jetbrains.com/plugin/6954-kotlin/versions
t
Thanks, I just deleted the plugin from android studio and it started working fine
r
Good to hear!
K 1