Skip to content

Instantly share code, notes, and snippets.

@charbgr
Last active August 13, 2018 09: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/fc4bb84fe484445b85bae0e925b7a06d to your computer and use it in GitHub Desktop.
Save charbgr/fc4bb84fe484445b85bae0e925b7a06d to your computer and use it in GitHub Desktop.
Injection with Koin
class DummyFragment : Fragment() {
private val draftStorage: Storage by inject("draftStorage")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment