mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-23 16:10:06 +08:00
13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
dependencies {
|
|
api(project(":"))
|
|
implementation(project(":ts-core"))
|
|
implementation(project(":ts-core:ts-datastruct"))
|
|
implementation(project(":ts-core:ts-log"))
|
|
api(libs.kotlin.coroutines.core)
|
|
api(group = "org.mongodb", name = "mongodb-driver-reactivestreams", version = "4.4.0")
|
|
}
|
|
|
|
|
|
|
|
|