add post creating business case
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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 {
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user