0
0
mirror of https://github.com/tursom/TursomServer.git synced 2025-03-24 00:20:06 +08:00
TursomServer/AsyncSocket/build.gradle

6 lines
143 B
Groovy

dependencies {
implementation project(":")
// kotlin 协程
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1'
}