mirror of
https://github.com/tursom/TursomServer.git
synced 2025-01-09 20:00:30 +08:00
7 lines
181 B
Groovy
7 lines
181 B
Groovy
|
dependencies {
|
||
|
implementation project(":")
|
||
|
implementation project(":socket")
|
||
|
|
||
|
// kotlin 协程
|
||
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1'
|
||
|
}
|