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