Add network socket example for ktor-network and netty
This commit is contained in:
18 files changed
+271
-60
No files matched your search
@@ -24,6 +24,7 @@ kotlin {
|
||||
implementation(kotlin("test"))
|
||||
implementation(project(":protocol-context"))
|
||||
implementation(libs.kotlinx.coroutines.test)
|
||||
implementation(libs.ktor.network)
|
||||
}
|
||||
|
||||
jvmTest.dependencies {
|
||||
|
||||
Reference in New Issue
Block a user