Advertisement
Guest User

Untitled

a guest
May 24th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @Singleton
  2. @Component(
  3. modules = [
  4. AndroidSupportInjectionModule::class,
  5. AppModule::class,
  6. ActivityModule::class,
  7. FragmentModule::class,
  8. ViewModelModule::class
  9. ]
  10. )
  11. interface AppComponent : AndroidInjector<App> {
  12.  
  13. @Component.Factory
  14. abstract class Factory : AndroidInjector.Factory<App>
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement