Write the code that is used to manage dependencies at the application level:
fun Application.configureKoinApplicationLevel() {
/* your code here */ {
modules(dbModule, systemModule, propertiesModule)
}
}Write the code that is used to manage dependencies at the application level:
fun Application.configureKoinApplicationLevel() {
/* your code here */ {
modules(dbModule, systemModule, propertiesModule)
}
}Create a free account to access the full topic