Skip to content

Commit

Permalink
fix: downgrade kotlin from 1.9.20 to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed May 29, 2024
1 parent 8726031 commit 003055e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ReactNativeWebView_kotlinVersion=1.9.20
ReactNativeWebView_kotlinVersion=1.6.0
ReactNativeWebView_webkitVersion=1.4.0
ReactNativeWebView_compileSdkVersion=31
ReactNativeWebView_targetSdkVersion=31
Expand Down
6 changes: 3 additions & 3 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ buildscript {
}

dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0")
classpath("com.android.tools.build:gradle:7.0.4")
getReactNativeDependencies().each { dependency ->
classpath(dependency)
}
}
ext.kotlinVersion = "1.9.20"
ext.kotlinVersion = "1.6.0"
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.20"
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.6.0"
}
2 changes: 1 addition & 1 deletion example/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ newArchEnabled=false
#ANDROID_NDK_VERSION=21.4.7075529

# Version of Kotlin to build against.
KOTLIN_VERSION=1.9.20
KOTLIN_VERSION=1.6.0

0 comments on commit 003055e

Please sign in to comment.