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 e98e5f2 commit ed58969Copy full SHA for ed58969
bindings/kotlin/ldk-node-android/lib/build.gradle.kts
@@ -33,6 +33,15 @@ android {
33
}
34
35
36
+ compileOptions {
37
+ sourceCompatibility = JavaVersion.VERSION_1_8
38
+ targetCompatibility = JavaVersion.VERSION_1_8
39
+ }
40
+
41
+ kotlinOptions {
42
+ jvmTarget = "1.8"
43
44
45
publishing {
46
singleVariant("release") {
47
withSourcesJar()
0 commit comments