Created
November 11, 2019 20:29
-
-
Save kirich1409/b6b4fe0a05834c4b734982b05e90d508 to your computer and use it in GitHub Desktop.
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 | |
interface ActivityBindsModule { | |
@Binds | |
@IntoMap | |
@ActivityKey(MainActivity::class) | |
fun bindMainActivityToActivityForMultiBinding(activity: MainActivity): Activity | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment