Skip to content

Commit a4286e3

Browse files
committed
Use Kotlin 2.1.20 to match RN version
1 parent 42ff80b commit a4286e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id("com.android.library") version "8.7.1" apply false
1010
id("com.android.application") version "8.7.1" apply false
1111
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
12-
id 'org.jetbrains.kotlin.android' version '2.2.0' apply false
12+
id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
1313
}
1414

1515
allprojects {

0 commit comments

Comments
 (0)