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.
2 parents a185b16 + d12c7fc commit 5953139Copy full SHA for 5953139
build.gradle.kts
@@ -44,6 +44,11 @@ java {
44
languageVersion.set(JavaLanguageVersion.of(11))
45
}
46
47
+kotlin {
48
+ jvmToolchain {
49
+ languageVersion.set(java.toolchain.languageVersion.get())
50
+ }
51
+}
52
53
val gradleToolingExtensionSourceSet: SourceSet = sourceSets.create("gradle-tooling-extension") {
54
configurations.named(compileOnlyConfigurationName) {
0 commit comments