mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-25 03:10:13 +08:00
17 lines
252 B
Plaintext
17 lines
252 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
`maven-publish`
|
|
id("ts-gradle")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":"))
|
|
implementation(project(":ts-core"))
|
|
implementation(project(":ts-core:ts-log"))
|
|
implementation(project(":ts-core:ts-datastruct"))
|
|
}
|
|
|
|
|
|
|
|
|