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 ae9952c commit a9efdebCopy full SHA for a9efdeb
build.gradle.kts
@@ -45,6 +45,7 @@ tasks {
45
freeCompilerArgs = listOf("-XXLanguage:+InlineClasses")
46
// javaParameters = true
47
}
48
+ sourceCompatibility = "11"
49
// As per https://stackoverflow.com/a/47669720
50
// See also https://discuss.kotlinlang.org/t/kotlin-support-for-java-9-module-system/2499/9
51
// destinationDir = compileJava.destinationDir
@@ -55,6 +56,7 @@ tasks {
55
56
jvmTarget = "11"
57
58
59
60
61
62
compileJava {
0 commit comments