temp updates

This commit is contained in:
2020-08-05 21:44:24 +06:00
parent 93f70fe874
commit 5e15435c11
16 changed files with 17 additions and 23 deletions

View File

@@ -37,7 +37,7 @@ dependencies {
if ((project.hasProperty('RELEASE_MODE') && project.property('RELEASE_MODE') == "true") || System.getenv('RELEASE_MODE') == "true") {
api "com.insanusmokrassar:postssystem.utils.repos:$core_version"
} else {
api project(":utils:repos")
api project(":utils:repos:common")
}
testImplementation "org.jetbrains.kotlin:kotlin-test"