Skip to content

Instantly share code, notes, and snippets.

@amanjeetsingh150
Created March 16, 2019 21:20
Show Gist options
  • Save amanjeetsingh150/05bc6810036995258467c00c8cd23d3b to your computer and use it in GitHub Desktop.
Save amanjeetsingh150/05bc6810036995258467c00c8cd23d3b to your computer and use it in GitHub Desktop.
val activityComponent = DaggerActivityComponent
.builder()
.appComponent(InitApp.get(this).component())
.activityModule(ActivityModule(SchedulerProvider()))
.build()
activityComponent.inject(this)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment