Skip to content

Instantly share code, notes, and snippets.

@kirich1409
Created November 11, 2019 20:29
Show Gist options
  • Save kirich1409/3cc73e9e0eaac5e62b74679b1324097c to your computer and use it in GitHub Desktop.
Save kirich1409/3cc73e9e0eaac5e62b74679b1324097c to your computer and use it in GitHub Desktop.
@Module
interface FragmentBindsModule {
@Binds
@IntoMap
@FragmentKey(MessageFragment::class)
fun bindMessageFragmentToFragmentForMultiBinding(fragment: MessageFragment): Fragment
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment