We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2623cfa commit a251a3dCopy full SHA for a251a3d
lib/android/build.gradle
@@ -128,7 +128,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
128
dependencies {
129
// noinspection GradleDynamicVersion
130
api 'com.facebook.react:react-native:+'
131
- implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
+ implementation(platform("org.jetbrains.kotlin:kotlin-bom:$kotlin_version"))
132
// implementation files('libs/ldk-java-javadoc.jar') // Used to get code completion in Kotlin but won't compile with it
133
compileOnly files('libs/LDK-release.aar')
134
lib/android/gradle.properties
@@ -1,4 +1,4 @@
1
-Ldk_kotlinVersion=1.6.10
+Ldk_kotlinVersion=1.8.0
2
Ldk_compileSdkVersion=29
3
Ldk_targetSdkVersion=29
4
android.useAndroidX=true
0 commit comments