Skip to content

Commit 64bbde9

Browse files
committed
f Try
1 parent ea8df1f commit 64bbde9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bindings/kotlin/ldk-node-android/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ buildscript {
77
}
88
}
99

10+
plugins {
11+
}
12+
1013
// library version is defined in gradle.properties
1114
val libraryVersion: String by project
1215

bindings/kotlin/ldk-node-jvm/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ buildscript {
77
}
88
}
99

10+
plugins {
11+
}
12+
1013
// library version is defined in gradle.properties
1114
val libraryVersion: String by project
1215

0 commit comments

Comments
 (0)