Subscribe event

Report a typo

Write the code that will connect the modules handlerModule, databaseModule and loggerModule (exactly in that order) to the Koin application:

fun Application.configureKoin() {
    install(Koin) {
        /* your code here */
    }
}
Enter a short text
___

Create a free account to access the full topic