mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-21 09:10:07 +08:00
15 lines
185 B
Plaintext
15 lines
185 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
`maven-publish`
|
|
id("ts-gradle")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":ts-core"))
|
|
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
|
|
}
|
|
|
|
|
|
|
|
|