Skip to content

Instantly share code, notes, and snippets.

@kshirsagarps
Created September 6, 2018 17:20
Show Gist options
  • Save kshirsagarps/212edd686fbea7b7cbdee371023e9e5a to your computer and use it in GitHub Desktop.
Save kshirsagarps/212edd686fbea7b7cbdee371023e9e5a to your computer and use it in GitHub Desktop.
TP Scope and Injection
class MyActivity {
@Inject lateinit var state: State
onCreate(...) {
super.onCreate()
scope = ...
ToothPick.inject(this, scope);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment