Update all codec to suspend; added a default ProtocolCryptoContext implementation

This commit is contained in:
2026-09-07 07:40:08 +08:00
parent 687039f69a
commit 641df674e4
296 files changed
+2199 -1818

No files matched your search

+1 -3
View File
@@ -14,7 +14,6 @@ kotlin {
commonMain.dependencies {
api(project(":common"))
api(project(":nbt"))
api(libs.kotlinx.coroutines)
}
jvmMain.dependencies {
@@ -27,8 +26,7 @@ kotlin {
}
jvmTest.dependencies {
implementation(libs.ktor.client.core)
implementation(libs.ktor.client.okhttp)
implementation(project(":protocol-encrypt"))
}
}
}