We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb1d06 commit 74d44f1Copy full SHA for 74d44f1
vendor/gradle-plugin/build.gradle
@@ -30,7 +30,7 @@ buildscript {
30
def getDepPlatformDir = { dep ->
31
file("${project.ext.USER_PROJECT_PLATFORMS_ANDROID}/${dep.directory}/$PLATFORMS_ANDROID")
32
}
33
- def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "2.0.0" }
+ def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "2.2.20" }
34
def kotlinVersion = computeKotlinVersion()
35
repositories {
36
google()
0 commit comments