partially implemented ktor utils

This commit is contained in:
000Sanya
2020-09-22 12:20:22 +10:00
parent b84367f47c
commit 1dcf17a35d
38 changed files with 541 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ kotlin {
commonMain {
dependencies {
api internalProject("micro_utils.repos.ktor.common")
api internalProject("micro_utils.pagination.ktor.common")
api internalProject("micro_utils.ktor.client")
api "io.ktor:ktor-client:$ktor_version"
}
}