mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-15 14:20:13 +08:00
15 lines
165 B
Plaintext
15 lines
165 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
`maven-publish`
|
|
id("ts-gradle")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":ts-core"))
|
|
api(project(":ts-core:ts-delegation"))
|
|
}
|
|
|
|
|
|
|
|
|