TursomServer/microservices/build.gradle

8 lines
187 B
Groovy
Raw Normal View History

2020-02-14 00:07:07 +08:00
dependencies {
implementation project(":")
implementation project(":AsyncSocket")
// kotlin 协程
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1'
}