Skip to content

koin: Logging with koin for Android

Devrath edited this page Mar 7, 2024 · 2 revisions

How to configure

startKoin {
    // use Android logger - Level.INFO by default
    androidLogger()
}
Clone this wiki locally