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