11 lines
372 B
Kotlin
11 lines
372 B
Kotlin
dependencies {
|
|
api(project(":libraries:core-api"))
|
|
api("org.apache.lucene:lucene-analysis-common:9.9.0")
|
|
api("io.github.piruin:geok:1.2.2")
|
|
api(project(":libraries:assetmanager"))
|
|
api("com.soywiz.korge:korge-foundation:5.1.0")
|
|
implementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.9.2")
|
|
implementation("com.google.guava:guava:32.1.3-jre")
|
|
}
|
|
|