mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-14 03:40:06 +08:00
9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
dependencies {
|
|
api(project(":ts-core"))
|
|
compileOnly(group = "io.netty", name = "netty-all", version = nettyVersion)
|
|
}
|
|
|
|
|
|
|
|
|