Skip to content

Instantly share code, notes, and snippets.

@mladenrakonjac
Last active February 4, 2018 20:21
Show Gist options
  • Save mladenrakonjac/961b9170f0c76bc900c5b3531fb2fc4c to your computer and use it in GitHub Desktop.
Save mladenrakonjac/961b9170f0c76bc900c5b3531fb2fc4c to your computer and use it in GitHub Desktop.
@Singleton
@Component(
modules = [AndroidSupportInjectionModule::class,
AppModule::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