Created
October 13, 2019 09:15
-
-
Save stepango/9af6e28f3872dba34c1a0ce46da5c672 to your computer and use it in GitHub Desktop.
Simple Dagger Root Component
This file contains 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
import dagger.Component | |
@Component | |
interface RootComponent { | |
fun inject(app: MainActivity) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment