Skip to content

Commit a0ba14c

Browse files
chore(android): update Kotlin to 2.2.20 to match Capacitor
1 parent 7d5585e commit a0ba14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ext {
66
}
77

88
buildscript {
9-
ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '1.9.24'
9+
ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '2.2.20'
1010
repositories {
1111
google()
1212
mavenCentral()

0 commit comments

Comments
 (0)