refactor: integrate Koin for dependency injection across platforms

This commit is contained in:
2026-06-09 17:22:43 +02:00
parent 931d5e9d72
commit 17da9f6757
14 changed files with 71 additions and 15 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ kotlin {
commonMain.dependencies {
implementation(projects.shared)
// Compose
implementation(libs.compose.ui)
}
}
}
}
@@ -1,3 +1,5 @@
@file:Suppress("ktlint:standard:filename")
package fr.ajaury.gwenedeg
import androidx.compose.ui.ExperimentalComposeUiApi