Skip to content

Instantly share code, notes, and snippets.

@fevziomurtekin
Created May 19, 2019 22:57
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/49b7622084936e3a4dc4ac9e0da44258 to your computer and use it in GitHub Desktop.
Save fevziomurtekin/49b7622084936e3a4dc4ac9e0da44258 to your computer and use it in GitHub Desktop.
ActivityModule.kt
@Module
abstract class ActivityModule {
@ContributesAndroidInjector(modules = [FragmentModule::class])
abstract fun contributeMainActivity(): MainActivity
//Add your other activities here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment