mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Kotlin to 1.8.22 (#41661)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41661 This aligns the Kotlin version used inside fbsource to the one used for React Native GitHub Changelog: [Internal] [Changed] - Kotlin to 1.8.22 Reviewed By: NickGerleman Differential Revision: D51587726 fbshipit-source-id: 5f985bd50c7688e4d369184b79dbf1bdc799876e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
94c7661206
commit
4f3094aba4
@@ -4,7 +4,7 @@ gson = "2.8.9"
|
||||
guava = "31.0.1-jre"
|
||||
javapoet = "1.13.0"
|
||||
junit = "4.13.2"
|
||||
kotlin = "1.8.0"
|
||||
kotlin = "1.8.22"
|
||||
|
||||
[libraries]
|
||||
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
|
||||
@@ -21,7 +21,7 @@ javax-annotation-api = "1.3.2"
|
||||
javax-inject = "1"
|
||||
jsr305 = "3.0.2"
|
||||
junit = "4.13.2"
|
||||
kotlin = "1.8.0"
|
||||
kotlin = "1.8.22"
|
||||
mockito = "3.12.4"
|
||||
nexus-publish = "1.3.0"
|
||||
okhttp = "4.9.2"
|
||||
|
||||
Reference in New Issue
Block a user