Created
March 2, 2018 17:24
-
-
Save arnaudgiuliani/8579a15455e1025bf1713350ca769ca2 to your computer and use it in GitHub Desktop.
Koin 0.9.0 - Context isolation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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