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 784e336 commit ffa242cCopy full SHA for ffa242c
frameworks/Kotlin/vertx-web-kotlinx/build.gradle.kts
@@ -34,6 +34,6 @@ dependencies {
34
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.7.1")
35
}
36
37
-kotlin.jvmToolchain(25) // Kotlin doesn't support Java 25 yet
+kotlin.jvmToolchain(25)
38
39
application.mainClass.set("MainKt")
0 commit comments