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

7 lines
217 B
Plaintext
Raw Normal View History

2024-01-10 23:50:57 +08:00
dependencies {
api(project(":"))
api(project(":ts-core"))
api(group = "com.squareup.okhttp3", name = "okhttp", version = "4.12.0")
compileOnly(group = "io.netty", name = "netty-all", version = nettyVersion)
}