Skip to content

Commit

Permalink
Kotlin to 1.7.22 for Gradle (#36227)
Browse files Browse the repository at this point in the history
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: 85be1bbb4b5ac1664b5090688b688a4e50c3d80a
  • Loading branch information
cortinico authored and facebook-github-bot committed Feb 22, 2023
1 parent 31a8e92 commit 270584a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("com.android.library") version "7.4.1" apply false
id("com.android.application") version "7.4.1" apply false
id("de.undercouch.download") version "5.0.1" apply false
kotlin("android") version "1.6.10" apply false
kotlin("android") version "1.7.22" apply false
}

val reactAndroidProperties = java.util.Properties()
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.gradle.configurationcache.extensions.serviceOf
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.6.10"
kotlin("jvm") version "1.7.22"
id("java-gradle-plugin")
}

Expand Down

0 comments on commit 270584a

Please sign in to comment.