Skip to content

Commit

Permalink
Remove jvmToolchain(20)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinMoskala committed Dec 17, 2024
1 parent e21cd3c commit bef8cc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ tasks.withType<JavaCompile>().configureEach {
options.compilerArgs.add("--enable-preview")
}

kotlin {
jvmToolchain(20)
}
//kotlin {
// jvmToolchain(20)
//}

0 comments on commit bef8cc3

Please sign in to comment.