File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ buildscript {
1212 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:${ safeExtGet('kotlinVersion')} " )
1313 classpath(" com.android.tools.build:gradle:7.0.4" )
1414 }
15+ ext. kotlinVersion = " ${ safeExtGet('kotlinVersion')} "
1516}
1617
1718def getExtOrIntegerDefault (prop ) {
@@ -114,4 +115,4 @@ if (isNewArchitectureEnabled()) {
114115 codegenDir = new File (codegenPath)
115116 reactNativeDir = new File (reactNativePath)
116117 }
117- }
118+ }
Original file line number Diff line number Diff line change 1- ReactNativeWebView_kotlinVersion =1.6 .0
1+ ReactNativeWebView_kotlinVersion =1.9 .0
22ReactNativeWebView_webkitVersion =1.4.0
33ReactNativeWebView_compileSdkVersion =31
44ReactNativeWebView_targetSdkVersion =31
5- ReactNativeWebView_minSdkVersion =21
5+ ReactNativeWebView_minSdkVersion =21
Original file line number Diff line number Diff line change @@ -13,3 +13,8 @@ buildscript {
1313 }
1414 }
1515}
16+ buildscript {
17+ ext {
18+ kotlinVersion = " 1.9.0"
19+ }
20+ }
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.7.10
45+ KOTLIN_VERSION =1.9.0
You can’t perform that action at this time.
0 commit comments