Created
March 8, 2018 02:08
-
-
Save cdmunoz/8f72d41b400488ce7a77d93ec3cd4b0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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