Skip to content

Commit 003055e

Browse files
committed
fix: downgrade kotlin from 1.9.20 to 1.6.0
1 parent 8726031 commit 003055e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ReactNativeWebView_kotlinVersion=1.9.20
1+
ReactNativeWebView_kotlinVersion=1.6.0
22
ReactNativeWebView_webkitVersion=1.4.0
33
ReactNativeWebView_compileSdkVersion=31
44
ReactNativeWebView_targetSdkVersion=31

example/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20")
11+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0")
1212
classpath("com.android.tools.build:gradle:7.0.4")
1313
getReactNativeDependencies().each { dependency ->
1414
classpath(dependency)
1515
}
1616
}
17-
ext.kotlinVersion = "1.9.20"
17+
ext.kotlinVersion = "1.6.0"
1818
}
1919
dependencies {
20-
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.20"
20+
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.6.0"
2121
}

example/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ newArchEnabled=false
4242
#ANDROID_NDK_VERSION=21.4.7075529
4343

4444
# Version of Kotlin to build against.
45-
KOTLIN_VERSION=1.9.20
45+
KOTLIN_VERSION=1.6.0

0 commit comments

Comments
 (0)