fun applicationContext(init: Context.() -> Unit...
# koin
v
fun applicationContext(init: Context.() -> Unit) = Context(Scope.ROOT, koinContext).apply(init) what's the magic then ? oO