mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-02 07:40:54 +08:00
9 lines
279 B
Groovy
9 lines
279 B
Groovy
|
dependencies {
|
||
|
implementation project(":")
|
||
|
implementation "com.google.code.gson:gson:2.8.2"
|
||
|
// kotlin 协程
|
||
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1'
|
||
|
// 计算对象大小
|
||
|
implementation 'org.apache.lucene:lucene-core:4.0.0'
|
||
|
}
|