Skip to content

Instantly share code, notes, and snippets.

@ValeryPonomarenko
Created September 14, 2018 15:02
Show Gist options
  • Save ValeryPonomarenko/77949a24b8cab7e77f90daafe227b787 to your computer and use it in GitHub Desktop.
Save ValeryPonomarenko/77949a24b8cab7e77f90daafe227b787 to your computer and use it in GitHub Desktop.
Lifecycle aware dagger components
class SimpleApplication : Application() {
override fun onCreate() {
super.onCreate()
InjectionManager.instance.init(this)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment