We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4102d4 commit ebdfb40Copy full SHA for ebdfb40
vendor/gradle-plugin/build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
def getDepPlatformDir = { dep ->
12
file("${project.ext.USER_PROJECT_ROOT}/${project.ext.PLATFORMS_ANDROID}/${dep.directory}/$PLATFORMS_ANDROID")
13
}
14
- def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "1.6.0" }
+ def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "1.8.20" }
15
def kotlinVersion = computeKotlinVersion()
16
repositories {
17
google()
0 commit comments