Skip to content

Instantly share code, notes, and snippets.

@tompee26
Created December 5, 2018 02:38
Show Gist options
  • Save tompee26/b72e76abbfdd9bd3a7294f92f6e0dca3 to your computer and use it in GitHub Desktop.
Save tompee26/b72e76abbfdd9bd3a7294f92f6e0dca3 to your computer and use it in GitHub Desktop.
MainActivityModule.kt
@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