maybe this has been noted already but when accepti...
# android-studio
j
maybe this has been noted already but when accepting automatic plugin version update for new canary version it's trying to set kotlin version to 1.3.20 (for kotlin gradle plugin)
Copy code
-        classpath("com.android.tools.build:gradle:7.0.0-alpha01")
-        classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}")
+        classpath("com.android.tools.build:gradle:7.0.0-alpha02")
+        classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.20")