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 ea8df1f commit 2e931c7Copy full SHA for 2e931c7
bindings/kotlin/ldk-node-android/build.gradle.kts
@@ -3,10 +3,12 @@ buildscript {
3
google()
4
}
5
dependencies {
6
- classpath("com.android.tools.build:gradle:7.1.2")
7
8
9
+plugins {
10
+}
11
+
12
// library version is defined in gradle.properties
13
val libraryVersion: String by project
14
bindings/kotlin/ldk-node-jvm/build.gradle.kts
0 commit comments