mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-14 22:00:11 +08:00
17 lines
222 B
Plaintext
17 lines
222 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
`maven-publish`
|
|
id("ts-gradle")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":"))
|
|
api(project(":ts-core"))
|
|
api(project(":ts-core:ts-buffer"))
|
|
implementation(project(":ts-core:ts-datastruct"))
|
|
}
|
|
|
|
|
|
|
|
|