Update all codec to suspend; added a default ProtocolCryptoContext implementation
This commit is contained in:
296 files changed
+2199
-1818
No files matched your search
@@ -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"))
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user