Skip to content

Commit caa9824

Browse files
cortinicofacebook-github-bot
authored andcommitted
Kotlin to 1.7.22 for Gradle (#36227)
Summary: Pull Request resolved: #36227 This is needed for the next Gradle major (8.x) and re-aligns us with the Kotlin version in fbsource Changelog: [Android] [Changed] - Kotlin to 1.7.22 for Gradle allow-large-files Reviewed By: rybalkinsd Differential Revision: D43445999 fbshipit-source-id: ea9a3d66ad402fc7482c1e2012d3b753313d2dd3
1 parent bc749a1 commit caa9824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id("com.android.library") version "7.4.1" apply false
1111
id("com.android.application") version "7.4.1" apply false
1212
id("de.undercouch.download") version "5.0.1" apply false
13-
kotlin("android") version "1.6.10" apply false
13+
kotlin("android") version "1.7.22" apply false
1414
}
1515

1616
val reactAndroidProperties = java.util.Properties()

packages/react-native-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import org.gradle.configurationcache.extensions.serviceOf
1111
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1212

1313
plugins {
14-
kotlin("jvm") version "1.6.10"
14+
kotlin("jvm") version "1.7.22"
1515
id("java-gradle-plugin")
1616
}
1717

0 commit comments

Comments
 (0)