huge update with crud caching, common doForAll/getAll and deprecations in old ones doForAll

This commit is contained in:
2021-03-29 19:39:10 +06:00
parent 2d662f91b3
commit c1557cff27
14 changed files with 223 additions and 110 deletions

View File

@@ -11,6 +11,7 @@ kotlin {
commonMain {
dependencies {
api internalProject("micro_utils.repos.common")
api internalProject("micro_utils.repos.inmemory")
}
}
}