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 9316623 commit 9df5614Copy full SHA for 9df5614
buildSrc/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
kotlin {
9
- jvmToolchain(21) // Changed from 23 to 21
+ jvmToolchain(17) // Use Java 17 to match available JVM
10
11
12
dependencies {
0 commit comments