This commit is contained in:
2020-09-27 20:25:42 +06:00
parent 4fd5096829
commit 56e6dfac9f
15 changed files with 136 additions and 75 deletions

View File

@@ -12,5 +12,10 @@ kotlin {
api internalProject("micro_utils.pagination.common")
}
}
jvmMain {
dependencies {
api "org.jetbrains.exposed:exposed-core:$kotlin_exposed_version"
}
}
}
}