migration onto toml

This commit is contained in:
2022-03-10 17:04:05 +06:00
parent 97339c9b1d
commit cf2be8ed43
17 changed files with 121 additions and 72 deletions

View File

@@ -12,7 +12,7 @@ kotlin {
dependencies {
api internalProject("micro_utils.ktor.common")
api internalProject("micro_utils.coroutines")
api "io.ktor:ktor-client-core:$ktor_version"
api libs.ktor.client
}
}
}