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 474b190 commit 5416b01Copy full SHA for 5416b01
client-native-image/build.gradle.kts
@@ -1,7 +1,7 @@
1
plugins {
2
kotlin("jvm") version "2.0.21"
3
application
4
- id("org.graalvm.buildtools.native") version "0.10.3"
+ id("org.graalvm.buildtools.native") version "0.10.6"
5
}
6
7
group = "io.ktor.samples"
native-image-server-with-yaml-config/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
kotlin("jvm") version "2.0.10"
id("io.ktor.plugin") version "3.1.2"
8
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.10"
9
- id("org.graalvm.buildtools.native") version "0.10.2"
10
11
12
group = "example.com"
0 commit comments