We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b4b4e commit fd556b6Copy full SHA for fd556b6
graalvm/build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
2
application
3
kotlin("jvm") version "1.9.21"
4
id("io.ktor.plugin") version "2.3.8"
5
- id("org.graalvm.buildtools.native") version "0.9.19"
+ id("org.graalvm.buildtools.native") version "0.10.1"
6
}
7
8
group = "io.ktor"
0 commit comments