This commit is contained in:
2021-02-22 19:08:49 +06:00
parent cf6b06b41d
commit 58eaa86419
6 changed files with 176 additions and 10 deletions

View File

@@ -25,6 +25,9 @@ dependencies {
kapt "com.github.matfax.klassindex:processor:$klassindex_version"
api "org.xerial:sqlite-jdbc:$sqlite_version"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
testImplementation "org.jetbrains.kotlin:kotlin-test-annotations-jvm:$kotlin_version"
api project(":plagubot.plugin")
}