Add network socket example for ktor-network and netty

This commit is contained in:
2026-09-08 02:14:42 +08:00
parent ff14d8bf00
commit 716e1f188e
18 files changed
+271 -60

No files matched your search

+1
View File
@@ -24,6 +24,7 @@ kotlin {
implementation(kotlin("test"))
implementation(project(":protocol-context"))
implementation(libs.kotlinx.coroutines.test)
implementation(libs.ktor.network)
}
jvmTest.dependencies {