add post creating business case

This commit is contained in:
2020-09-10 00:04:25 +06:00
parent cf1aa3ae0f
commit 60725d9fa3
31 changed files with 332 additions and 37 deletions

View File

@@ -39,8 +39,8 @@ kotlin {
dependencies {
implementation kotlin('stdlib')
api projectByName("postssystem.utils.repos.ktor.common")
api projectByName("postssystem.ktor.client")
api projectByName("utils.repos.ktor.common")
api projectByName("ktor.client")
}
}
commonTest {

View File

@@ -39,8 +39,8 @@ kotlin {
dependencies {
implementation kotlin('stdlib')
api projectByName("postssystem.utils.repos.common")
api projectByName("postssystem.ktor.common")
api projectByName("utils.repos.common")
api projectByName("ktor.common")
}
}
commonTest {

View File

@@ -36,8 +36,8 @@ kotlin {
implementation kotlin('stdlib')
api "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"
api projectByName("postssystem.utils.repos.ktor.common")
api projectByName("postssystem.ktor.server")
api projectByName("utils.repos.ktor.common")
api projectByName("ktor.server")
}
}
commonTest {