Skip to content

Commit fdc71e3

Browse files
authored
Support Jvm 17 in Kotlin test-server (#66)
1 parent 4d168ef commit fdc71e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
kotlin {
23-
jvmToolchain(21)
23+
jvmToolchain(17)
2424
}
2525

2626
group = "com.google.testserver"

0 commit comments

Comments
 (0)