TursomServer/socket/socket-async/build.gradle

7 lines
181 B
Groovy
Raw Normal View History

2019-10-08 19:11:04 +08:00
dependencies {
implementation project(":")
implementation project(":socket")
// kotlin 协程
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1'
}