File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ReactNativeWebView_kotlinVersion =1.9.20
1
+ ReactNativeWebView_kotlinVersion =1.6.0
2
2
ReactNativeWebView_webkitVersion =1.4.0
3
3
ReactNativeWebView_compileSdkVersion =31
4
4
ReactNativeWebView_targetSdkVersion =31
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20 " )
11
+ classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0 " )
12
12
classpath(" com.android.tools.build:gradle:7.0.4" )
13
13
getReactNativeDependencies(). each { dependency ->
14
14
classpath(dependency)
15
15
}
16
16
}
17
- ext. kotlinVersion = " 1.9.20 "
17
+ ext. kotlinVersion = " 1.6.0 "
18
18
}
19
19
dependencies {
20
- implementation " org.jetbrains.kotlin:kotlin-stdlib:1.9.20 "
20
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:1.6.0 "
21
21
}
Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ newArchEnabled=false
42
42
# ANDROID_NDK_VERSION=21.4.7075529
43
43
44
44
# Version of Kotlin to build against.
45
- KOTLIN_VERSION =1.9.20
45
+ KOTLIN_VERSION =1.6.0
You can’t perform that action at this time.
0 commit comments