Skip to content

Commit a251a3d

Browse files
committed
Update Kotlin version to 1.8
1 parent 2623cfa commit a251a3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
128128
dependencies {
129129
// noinspection GradleDynamicVersion
130130
api 'com.facebook.react:react-native:+'
131-
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
131+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:$kotlin_version"))
132132
// implementation files('libs/ldk-java-javadoc.jar') // Used to get code completion in Kotlin but won't compile with it
133133
compileOnly files('libs/LDK-release.aar')
134134

lib/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Ldk_kotlinVersion=1.6.10
1+
Ldk_kotlinVersion=1.8.0
22
Ldk_compileSdkVersion=29
33
Ldk_targetSdkVersion=29
44
android.useAndroidX=true

0 commit comments

Comments
 (0)