File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
bindings/kotlin/ldk-node-android Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ buildscript {
99}
1010
1111plugins {
12+ kotlin(" android" ) version " 1.9.20" apply false
13+ kotlin(" plugin.serialization" ) version " 1.9.20" apply false
1214}
1315
1416// library version is defined in gradle.properties
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ val libraryVersion: String by project
33
44plugins {
55 id(" com.android.library" )
6- id(" org.jetbrains.kotlin.android" ) version " 1.6.10"
6+ kotlin(" android" )
7+ kotlin(" plugin.serialization" )
78
89 id(" maven-publish" )
910 id(" signing" )
@@ -46,6 +47,8 @@ dependencies {
4647 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" )
4748 implementation(" androidx.appcompat:appcompat:1.4.0" )
4849 implementation(" androidx.core:core-ktx:1.7.0" )
50+ implementation(" org.jetbrains.kotlinx:atomicfu:0.23.1" )
51+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0" )
4952 api(" org.slf4j:slf4j-api:1.7.30" )
5053
5154 androidTestImplementation(" com.github.tony19:logback-android:2.0.0" )
You can’t perform that action at this time.
0 commit comments