Skip to content

Instantly share code, notes, and snippets.

@charbgr
Last active August 13, 2018 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charbgr/4b50e6bcc3503519e652857bdccbb3aa to your computer and use it in GitHub Desktop.
Save charbgr/4b50e6bcc3503519e652857bdccbb3aa to your computer and use it in GitHub Desktop.
Releasing dependencies in Koin
module("user_scope") {
single("endpoint") { Endpoint() }
...
}
// when user switches account, we simply do this:
release("user_scope")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment