TursomServer/AsyncSocket/build.gradle
tursom a1e13580f4 Merge remote-tracking branch 'origin/master' into master
# Conflicts:
#	AsyncSocket/build.gradle
#	AsyncSocket/src/test/kotlin/cn/tursom/datagram/server/test.kt
#	build.gradle
2021-02-28 17:45:15 +08:00

8 lines
256 B
Groovy

dependencies {
compile project(":")
compile project(":log")
// kotlin 协程
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2'
testRuntime group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-debug', version: '1.3.9'
}