add post creating business case
This commit is contained in:
@@ -41,7 +41,7 @@ kotlin {
|
||||
dependencies {
|
||||
implementation kotlin('stdlib')
|
||||
|
||||
api projectByName("postssystem.utils.common")
|
||||
api projectByName("utils.common")
|
||||
}
|
||||
}
|
||||
commonTest {
|
||||
|
@@ -37,8 +37,8 @@ dependencies {
|
||||
api "com.insanusmokrassar:postssystem.utils.repos:$core_version"
|
||||
api "com.insanusmokrassar:postssystem.exposed.commons:$core_version"
|
||||
} else {
|
||||
api projectByName("postssystem.utils.repos.common")
|
||||
api projectByName("postssystem.exposed.commons")
|
||||
api projectByName("utils.repos.common")
|
||||
api projectByName("exposed.commons")
|
||||
}
|
||||
|
||||
testImplementation "org.xerial:sqlite-jdbc:$test_sqlite_version"
|
||||
|
@@ -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