Skip to content

Instantly share code, notes, and snippets.

@tolmachevroman
Last active November 26, 2017 05:16
Show Gist options
  • Save tolmachevroman/376a944b065fd262f79050cfe3658441 to your computer and use it in GitHub Desktop.
Save tolmachevroman/376a944b065fd262f79050cfe3658441 to your computer and use it in GitHub Desktop.
Medium Post 2. BuildersModule
@Module
abstract class BuildersModule {
@ContributesAndroidInjector
abstract fun contributeRestaurantsMapActivity(): RestaurantsMapActivity
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment