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