Skip to content

Instantly share code, notes, and snippets.

@mladenrakonjac
Created February 4, 2018 18:30
Show Gist options
  • Save mladenrakonjac/15673dda6cffe21003e9f8db0da101e6 to your computer and use it in GitHub Desktop.
Save mladenrakonjac/15673dda6cffe21003e9f8db0da101e6 to your computer and use it in GitHub Desktop.
@Singleton
@Component(
modules = [AndroidSupportInjectionModule::class,
AppModule::class,
AndroidManagersModule::class,
DataModule::class])
interface AppComponent : AndroidInjector<ModernApplication> {
@Component.Builder
abstract class Builder : AndroidInjector.Builder<ModernApplication>()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment