Skip to content

Instantly share code, notes, and snippets.

@iChintanSoni
Created April 29, 2018 16:30
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 iChintanSoni/76910252d79a93fc6d6abf8da05b7234 to your computer and use it in GitHub Desktop.
Save iChintanSoni/76910252d79a93fc6d6abf8da05b7234 to your computer and use it in GitHub Desktop.
@Module
abstract class ActivityModule {
@ContributesAndroidInjector
internal abstract fun contributeHomeActivity(): HomeActivity
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment