Skip to content

Instantly share code, notes, and snippets.

@arnaudgiuliani
Created March 2, 2018 17:24
Show Gist options
  • Select an option

  • Save arnaudgiuliani/8579a15455e1025bf1713350ca769ca2 to your computer and use it in GitHub Desktop.

Select an option

Save arnaudgiuliani/8579a15455e1025bf1713350ca769ca2 to your computer and use it in GitHub Desktop.
Koin 0.9.0 - Context isolation
val myModule = applicationContext {
context("A"){
context("B"){
}
}
context("C"){
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment