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,4 +2,5 @@ package fr.ajaury.gwenedeg
import androidx.compose.ui.window.ComposeUIViewController
@Suppress("ktlint:standard:function-naming")
fun MainViewController() = ComposeUIViewController { App() }