Skip to content

Instantly share code, notes, and snippets.

@mrmojtabaa
Created January 18, 2019 21:29
Show Gist options
  • Save mrmojtabaa/73dd1d23b0df74ca788d4878ce05c770 to your computer and use it in GitHub Desktop.
Save mrmojtabaa/73dd1d23b0df74ca788d4878ce05c770 to your computer and use it in GitHub Desktop.
@Component(
modules = [
ActivitiesModule::class
]
)
interface AppComponent {
fun inject(myApplication: MyApplication)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment