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