Skip to content

Instantly share code, notes, and snippets.

@fevziomurtekin
Created May 19, 2019 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fevziomurtekin/ba04d9b431db81c8ea18f068865926f1 to your computer and use it in GitHub Desktop.
Save fevziomurtekin/ba04d9b431db81c8ea18f068865926f1 to your computer and use it in GitHub Desktop.
FragmentModule.kt
@Module
abstract class FragmentModule {
@ContributesAndroidInjector
abstract fun contributeNewsFragment(): NewsFragment
@ContributesAndroidInjector
abstract fun contributeNewDetailsFragment(): NewDetailsFragment
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment