We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a62fc commit df75736Copy full SHA for df75736
integration-testing/jpms-test/build.gradle.kts
@@ -2,6 +2,10 @@ plugins {
2
kotlin("jvm")
3
}
4
5
+java {
6
+ toolchain { languageVersion.set(JavaLanguageVersion.of(11)) }
7
+}
8
+
9
dependencies {
10
api(project(":kotlinx-datetime"))
11
0 commit comments