mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-24 08:30:05 +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"))
|
|
}
|
|
|
|
|
|
|
|
|