Created
April 12, 2019 15:46
-
-
Save zawadz88/e32a306e894410def3b2e45b4a675591 to your computer and use it in GitHub Desktop.
This file contains 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 FragmentBindingModule { | |
@Binds | |
@IntoMap | |
@FragmentKey(OfferFragment::class) | |
abstract fun bindMainFragment(mainFragment: OfferFragment): Fragment | |
@Binds | |
abstract fun bindFragmentFactory(factory: InjectingFragmentFactory): FragmentFactory | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment