Skip to content

Commit 74d44f1

Browse files
committed
chore: sync kotlin versions with the runtime
1 parent 7eb1d06 commit 74d44f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ buildscript {
3030
def getDepPlatformDir = { dep ->
3131
file("${project.ext.USER_PROJECT_PLATFORMS_ANDROID}/${dep.directory}/$PLATFORMS_ANDROID")
3232
}
33-
def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "2.0.0" }
33+
def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "2.2.20" }
3434
def kotlinVersion = computeKotlinVersion()
3535
repositories {
3636
google()

0 commit comments

Comments
 (0)