mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-23 08:00:06 +08:00
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
dependencies {
|
|
implementation(project(":"))
|
|
implementation(project(":ts-core"))
|
|
testImplementation(group = "junit", name = "junit", version = "4.13.2")
|
|
}
|
|
|
|
|
|
|
|
|