We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de6f0a commit 662c0deCopy full SHA for 662c0de
1 file changed
build.gradle.kts
@@ -22,6 +22,9 @@ println("version: $version")
22
java {
23
withJavadocJar ()
24
withSourcesJar ()
25
+
26
+ sourceCompatibility = JavaVersion.VERSION_11
27
+ targetCompatibility = JavaVersion.VERSION_11
28
}
29
30
kotlin {
0 commit comments