mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
refactor(deps): Use Injekt-Koin library
This commit is contained in:
parent
1ee48c91d3
commit
1300a9e7da
10 changed files with 7 additions and 136 deletions
|
@ -12,7 +12,9 @@ kotlin {
|
|||
val commonMain by getting {
|
||||
dependencies {
|
||||
api(kotlinx.serialization.json)
|
||||
api(projects.injektKoin)
|
||||
api(project.dependencies.platform(libs.koin.bom))
|
||||
api(libs.koin.core)
|
||||
api(libs.koin.injekt)
|
||||
api(libs.rxjava)
|
||||
api(libs.jsoup)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue