mirror of
https://github.com/tursom/TursomServer.git
synced 2025-01-20 01:00:13 +08:00
7 lines
182 B
Groovy
7 lines
182 B
Groovy
dependencies {
|
|
// kotlin 协程
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1'
|
|
// OkHttp
|
|
implementation("com.squareup.okhttp3:okhttp:3.14.1")
|
|
}
|