mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-02 15:50:08 +08:00
6 lines
143 B
Groovy
6 lines
143 B
Groovy
|
dependencies {
|
||
|
implementation project(":")
|
||
|
|
||
|
// kotlin 协程
|
||
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1'
|
||
|
}
|