Skip to content

Instantly share code, notes, and snippets.

@kirich1409
Created November 11, 2019 20:29
Show Gist options
  • Save kirich1409/b6b4fe0a05834c4b734982b05e90d508 to your computer and use it in GitHub Desktop.
Save kirich1409/b6b4fe0a05834c4b734982b05e90d508 to your computer and use it in GitHub Desktop.
@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