Application level

Report a typo

Write the code that is used to manage dependencies at the application level:

fun Application.configureKoinApplicationLevel() {
    /* your code here */ {
        modules(dbModule, systemModule, propertiesModule)
    }
}
Enter a short text
___

Create a free account to access the full topic