mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-22 07:30:06 +08:00
# Conflicts: # AsyncSocket/build.gradle # AsyncSocket/src/test/kotlin/cn/tursom/datagram/server/test.kt # build.gradle
8 lines
256 B
Groovy
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'
|
|
} |