Skip to content

Commit d0f0234

Browse files
AKB48facebook-github-bot
authored andcommitted
Bump Kotlin version to 1.6.10 (#32936)
Summary: Bump Kotlin version to 1.6.10 with changes: https://kotlinlang.org/docs/whatsnew16.html Primarily: - stabilization to several language features - various type inference improvements - support for annotations on class type parameters ## Changelog [Android] [Changed] - Bump Kotlin version to 1.6.10 Pull Request resolved: #32936 Reviewed By: ShikaSD Differential Revision: D33708397 Pulled By: cortinico fbshipit-source-id: a09b4504c194676d18a749c5e297b7598e5f32b4
1 parent 37e5cc9 commit d0f0234

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError
55
org.gradle.parallel=true
66

77
android.useAndroidX=true
8-
kotlin_version=1.5.31
8+
kotlin_version=1.6.10
99

1010
# Use this property to specify which architecture you want to build.
1111
# You can also override it from the CLI using

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.gradle.api.internal.classpath.ModuleRegistry
99
import org.gradle.configurationcache.extensions.serviceOf
1010

1111
plugins {
12-
kotlin("jvm") version "1.5.31"
12+
kotlin("jvm") version "1.6.10"
1313
id("java-gradle-plugin")
1414
}
1515

0 commit comments

Comments
 (0)