Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Created March 8, 2018 02:08
Show Gist options
  • Save cdmunoz/8f72d41b400488ce7a77d93ec3cd4b0b to your computer and use it in GitHub Desktop.
Save cdmunoz/8f72d41b400488ce7a77d93ec3cd4b0b to your computer and use it in GitHub Desktop.
@Singleton
@Component(
modules = arrayOf(AndroidInjectionModule::class, BuildersModule::class, AppModule::class,
NetModule::class)
)
interface AppComponent {
fun inject(app: CryptocurrencyApplication)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment