We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d53f26 commit e5cfc3eCopy full SHA for e5cfc3e
1 file changed
buildSrc/build.gradle.kts
@@ -23,5 +23,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
23
}
24
25
kotlin {
26
- jvmToolchain(17)
+ jvmToolchain {
27
+ languageVersion.set(JavaLanguageVersion.of(17))
28
+ }
29
0 commit comments