refactor: switch from metro to koin
Honestly metro looks too overcomplicated and I still don't know how to use it properly. Switching to koin for now as I'm more comfortable with it.
This commit is contained in:
parent
53abaccd21
commit
2725342c3f
23 changed files with 165 additions and 199 deletions
|
|
@ -8,7 +8,7 @@ plugins {
|
|||
alias(libs.plugins.composeMultiplatform)
|
||||
alias(libs.plugins.composeCompiler)
|
||||
alias(libs.plugins.composeHotReload)
|
||||
alias(libs.plugins.metro)
|
||||
alias(libs.plugins.koinCompiler)
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
|
@ -54,8 +54,10 @@ kotlin {
|
|||
|
||||
implementation(libs.kermit)
|
||||
|
||||
implementation(libs.metrox.viewmodel.compose)
|
||||
|
||||
implementation(project.dependencies.platform(libs.koin.bom))
|
||||
implementation(libs.koin.compose)
|
||||
implementation(libs.koin.compose.viewmodel)
|
||||
implementation(libs.koin.compose.navigation3)
|
||||
}
|
||||
commonTest.dependencies {
|
||||
implementation(libs.kotlin.test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue