mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-24 00:20:06 +08:00
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
dependencies {
|
|
implementation(project(":ts-core"))
|
|
api(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = coroutineVersion)
|
|
}
|
|
|
|
|
|
|
|
|