Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. val activityComponent = DaggerActivityComponent
  2. .builder()
  3. .appComponent(InitApp.get(this).component())
  4. .activityModule(ActivityModule(SchedulerProvider()))
  5. .build()
  6. activityComponent.inject(this)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement