Created
December 5, 2018 02:46
-
-
Save tompee26/3df45512fdd82c532fd26360cff88439 to your computer and use it in GitHub Desktop.
MainActivitySubcomponent.kt
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
@MainActivityScope | |
@Subcomponent(modules = [MainActivityModule::class]) | |
interface MainActivitySubcomponent : AndroidInjector<MainActivity> { | |
@Subcomponent.Builder | |
abstract class Builder : AndroidInjector.Builder<MainActivity>() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment