Created
December 5, 2018 02:38
-
-
Save tompee26/b72e76abbfdd9bd3a7294f92f6e0dca3 to your computer and use it in GitHub Desktop.
MainActivityModule.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
@Module | |
class MainActivityModule { | |
@Provides | |
@MainActivityScope | |
fun provideWarrior(): Warrior = Warrior("Hercules", "Sword") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment