Skip to content

Commit 313c278

Browse files
feat: align Kotlin version with latest React Native version
1 parent 6bae09d commit 313c278

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
plugins {
22
id("org.jetbrains.dokka") version "2.0.0"
3-
id("org.jetbrains.kotlin.plugin.serialization") version "2.2.20"
3+
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.20"
44
}
55

66
buildscript {
7-
val kotlinVersion = "2.2.20"
7+
val kotlinVersion = "2.1.20"
88
extra.apply {
99
set("kotlinVersion", kotlinVersion)
1010
}

settings.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ pluginManagement {
55
mavenCentral()
66
}
77
plugins {
8-
id 'org.jetbrains.kotlin.plugin.serialization' version "2.2.20"
9-
id 'org.jetbrains.kotlin.plugin.compose' version "2.2.20"
8+
id 'org.jetbrains.kotlin.plugin.serialization' version "2.1.20"
9+
id 'org.jetbrains.kotlin.plugin.compose' version "2.1.20"
1010
id 'com.android.application' version '8.13.0'
1111
id 'com.android.library' version '8.13.0'
12-
id 'org.jetbrains.kotlin.android' version '2.2.20'
12+
id 'org.jetbrains.kotlin.android' version '2.1.20'
1313
}
1414
}
1515

0 commit comments

Comments
 (0)