Created
April 7, 2019 13:33
-
-
Save tfcporciuncula/9a6d0eec814e766d9a8ca87b0ee9b51e to your computer and use it in GitHub Desktop.
ApplicationComponent.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
@Component(modules = ...) | |
interface ApplicationComponent { | |
@Component.Factory | |
interface Factory { | |
fun create(@BindsInstance applicationContext: Context): ApplicationComponent | |
} | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment