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