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 2ff1626 commit 41c51d8Copy full SHA for 41c51d8
examples/java-httpserver/server.kt
@@ -11,7 +11,7 @@ import java.util.concurrent.Executors
11
///usr/bin/env jbang "$0" "$@" ; exit $?
12
//JAVA 21
13
//KOTLIN 2.2.0
14
-//DEPS dev.cloudgt.datastar:kotlin-sdk:0.1.0
+//DEPS dev.data-star.kotlin:kotlin-sdk:1.0.0-RC1
15
//DEPS org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2
16
17
examples/ktor/server.kt
@@ -17,7 +17,7 @@ import java.io.Writer
18
19
20
21
//DEPS io.ktor:ktor-server-core-jvm:3.2.3
22
//DEPS io.ktor:ktor-server-netty-jvm:3.2.3
23
0 commit comments