TursomServer/utils/build.gradle

9 lines
246 B
Groovy
Raw Normal View History

2019-10-08 18:21:13 +08:00
dependencies {
implementation project(":")
2020-02-08 16:36:59 +08:00
api "com.google.code.gson:gson:2.8.2"
2019-10-08 18:21:13 +08:00
// kotlin 协程
2020-02-08 16:36:59 +08:00
api 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1'
2019-10-08 18:21:13 +08:00
// 计算对象大小
2020-02-08 16:36:59 +08:00
api 'org.apache.lucene:lucene-core:4.0.0'
2019-10-08 18:21:13 +08:00
}