Skip to content

Commit a7570eb

Browse files
committed
Add jvm 21 ver for kotlin
1 parent 0c14e80 commit a7570eb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sample-apps/KtorPostgresNetty/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ application {
1212
mainClass.set("com.example.ApplicationKt")
1313
}
1414

15+
kotlin {
16+
jvmToolchain(21)
17+
}
18+
1519
repositories {
1620
mavenCentral()
1721
}

0 commit comments

Comments
 (0)