mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-26 12:05:16 +08:00
14 lines
147 B
Plaintext
14 lines
147 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
id("ts-gradle")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":ts-core"))
|
|
api(project(":ts-core:ts-delegation"))
|
|
}
|
|
|
|
|
|
|
|
|