Skip to content

Commit ffa242c

Browse files
committed
Remove an outdated comment as found by Gemini Code Assist
1 parent 784e336 commit ffa242c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Kotlin/vertx-web-kotlinx/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ dependencies {
3434
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.7.1")
3535
}
3636

37-
kotlin.jvmToolchain(25) // Kotlin doesn't support Java 25 yet
37+
kotlin.jvmToolchain(25)
3838

3939
application.mainClass.set("MainKt")

0 commit comments

Comments
 (0)