TursomServer/ts-core/ts-delegation/build.gradle.kts

9 lines
126 B
Plaintext
Raw Permalink Normal View History

2021-04-11 18:56:37 +08:00
dependencies {
2021-07-13 14:10:45 +08:00
api(project(":ts-core"))
2023-10-25 10:30:01 +08:00
compileOnly(group = "io.netty", name = "netty-all", version = nettyVersion)
2021-04-11 18:56:37 +08:00
}