Skip to content

Commit

Permalink
Update Kotlin version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ovitrif committed Mar 26, 2024
1 parent 2623cfa commit a251a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
dependencies {
// noinspection GradleDynamicVersion
api 'com.facebook.react:react-native:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation(platform("org.jetbrains.kotlin:kotlin-bom:$kotlin_version"))
// implementation files('libs/ldk-java-javadoc.jar') // Used to get code completion in Kotlin but won't compile with it
compileOnly files('libs/LDK-release.aar')

Expand Down
2 changes: 1 addition & 1 deletion lib/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Ldk_kotlinVersion=1.6.10
Ldk_kotlinVersion=1.8.0
Ldk_compileSdkVersion=29
Ldk_targetSdkVersion=29
android.useAndroidX=true

0 comments on commit a251a3d

Please sign in to comment.