Introduce codec

This commit is contained in:
2026-09-04 16:55:56 +08:00
parent 1d6012ea23
commit 5e4f877a4a
22 files changed
+375 -101

No files matched your search

+1 -1
View File
@@ -18,7 +18,7 @@ kotlin {
commonTest.dependencies {
implementation(kotlin("test"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0")
implementation(libs.kotlinx.coroutines.test)
}
}
}