We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c0eaf commit a651c05Copy full SHA for a651c05
build.gradle.kts
@@ -80,6 +80,9 @@ sourceSets.main {
80
}
81
82
java {
83
+ sourceCompatibility = kotlin.compilerOptions.jvmTarget.map { JavaVersion.toVersion(it.target) }.get()
84
+ targetCompatibility = sourceCompatibility
85
+
86
withSourcesJar()
87
withJavadocJar()
88
native/build.gradle.kts
@@ -100,6 +100,9 @@ kotlin {
100
101
102
103
104
105
106
107
108
0 commit comments