mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-23 08:00:06 +08:00
16 lines
234 B
Plaintext
16 lines
234 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
id("ts-gradle")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":"))
|
|
implementation(project(":ts-core"))
|
|
implementation(project(":ts-core:ts-log"))
|
|
implementation(project(":ts-core:ts-datastruct"))
|
|
}
|
|
|
|
|
|
|
|
|