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