Add koin dependencies injections.
This commit is contained in:
parent
f459877d55
commit
7fc99f5799
21 changed files with 181 additions and 74 deletions
|
|
@ -1,10 +1,16 @@
|
|||
package com.pixelized.desktop.lwa
|
||||
|
||||
import androidx.compose.ui.window.application
|
||||
import com.pixelized.desktop.lwa.business.SkillStepUseCase
|
||||
import org.koin.compose.KoinContext
|
||||
import org.koin.core.context.startKoin
|
||||
|
||||
fun main() {
|
||||
startKoin {
|
||||
modules(modules = moduleDependencies)
|
||||
}
|
||||
application {
|
||||
App()
|
||||
KoinContext {
|
||||
App()
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue