Skip to content

Instantly share code, notes, and snippets.

@pokk
Created November 17, 2017 09:54
Show Gist options
  • Save pokk/4db1eb7a7c895da9c8b2704577168b20 to your computer and use it in GitHub Desktop.
Save pokk/4db1eb7a7c895da9c8b2704577168b20 to your computer and use it in GitHub Desktop.
@Module
abstract class BindingFragmentModule {
@PerFragment
@ContributesAndroidInjector(modules = arrayOf(FragmentMainModule::class))
abstract fun contributeMainFragmentInjector(): MainFragment
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment