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