refactor: move api request logic completely out of core
This commit is contained in:
parent
f606eb2e33
commit
0a5b0f532a
5 changed files with 74 additions and 57 deletions
|
|
@ -21,8 +21,6 @@ kotlin {
|
|||
implementation(project(":api:gateway"))
|
||||
implementation(project(":api:rest"))
|
||||
implementation(project(":common"))
|
||||
implementation(libs.ktor.client.core)
|
||||
implementation(libs.ktor.serialization.kotlinx.json)
|
||||
|
||||
implementation(project.dependencies.platform(libs.koin.bom))
|
||||
implementation(libs.koin.core)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue