я победюн

This commit is contained in:
2020-08-10 18:10:03 +06:00
parent f3f670abd7
commit 8bd6ef3d5f
13 changed files with 20 additions and 18 deletions

@ -41,7 +41,7 @@ kotlin {
if ((project.hasProperty('RELEASE_MODE') && project.property('RELEASE_MODE') == "true") || System.getenv('RELEASE_MODE') == "true") {
api "com.insanusmokrassar:postssystem.ktor.common:$core_version"
} else {
api project(":ktor:ktor.common")
api project(":ktor:postssystem.ktor.common")
}
api "io.ktor:ktor-client-core:$ktor_version"