exposed tables changes

This commit is contained in:
2020-10-17 17:41:56 +06:00
parent 3365c63e07
commit 712ed06b69
10 changed files with 115 additions and 57 deletions

View File

@@ -9,6 +9,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
api internalProject("micro_utils.coroutines")
api internalProject("micro_utils.repos.common")
api internalProject("micro_utils.pagination.exposed")
}