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 026d5ce commit 25a3061Copy full SHA for 25a3061
build.gradle.kts
@@ -105,7 +105,7 @@ tasks {
105
// Set the JVM compatibility versions
106
withType<JavaCompile> {
107
sourceCompatibility = "17"
108
- targetCompatibility = "21"
+ targetCompatibility = "17"
109
}
110
withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
111
kotlinOptions.jvmTarget = buildVersionData.jvmTarget
0 commit comments