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