koin Application
Create KoinApplication with modules discovered from @KoinApplication annotated class. Similar to startKoin but doesn't register globally.
Usage:
koinApplication<MyApp>() {
printLogger()
}Content copied to clipboard