mirror of
https://github.com/tursom/TursomServer.git
synced 2025-01-08 19:30:51 +08:00
7 lines
260 B
Groovy
7 lines
260 B
Groovy
dependencies {
|
|
implementation project(":")
|
|
implementation project(":utils")
|
|
implementation group: "io.netty", name: "netty-all", version: "4.1.33.Final"
|
|
// kotlin 协程
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1'
|
|
} |