mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-21 23:20:06 +08:00
12 lines
472 B
Plaintext
12 lines
472 B
Plaintext
dependencies {
|
|
implementation(project(":ts-core"))
|
|
implementation(project(":ts-core:ts-buffer"))
|
|
implementation(project(":ts-core:ts-datastruct"))
|
|
compileOnly(project(":ts-core:ts-coroutine"))
|
|
compileOnly(project(":ts-core:ts-json"))
|
|
compileOnly(group = "com.aayushatharva.brotli4j", name = "brotli4j", version = "1.7.1")
|
|
implementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.32")
|
|
|
|
testImplementation("org.jetbrains.kotlin:kotlin-test")
|
|
}
|