Join Slack
Powered by
fun applicationContext(init: Context.() -> Unit...
# koin
v
Va Fu
11/27/2017, 10:47 AM
fun applicationContext(init: Context.() -> Unit) = Context(Scope.ROOT, koinContext).apply(init) what's the magic then ? oO
2
Views
Open in Slack
Previous
Next