File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ReactNativeWebView_kotlinVersion =1.9.20
1+ ReactNativeWebView_kotlinVersion =1.6.0
22ReactNativeWebView_webkitVersion =1.4.0
33ReactNativeWebView_compileSdkVersion =31
44ReactNativeWebView_targetSdkVersion =31
Original file line number Diff line number Diff 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}
1919dependencies {
20- implementation " org.jetbrains.kotlin:kotlin-stdlib:1.9.20 "
20+ implementation " org.jetbrains.kotlin:kotlin-stdlib:1.6.0 "
2121}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments