Last active
November 26, 2017 05:16
-
-
Save tolmachevroman/376a944b065fd262f79050cfe3658441 to your computer and use it in GitHub Desktop.
Medium Post 2. BuildersModule
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 | |
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