Skip to content

Instantly share code, notes, and snippets.

@Audhil
Last active August 1, 2019 18:07
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 Audhil/12951d7db98679c6ae2052c61507c5a6 to your computer and use it in GitHub Desktop.
Save Audhil/12951d7db98679c6ae2052c61507c5a6 to your computer and use it in GitHub Desktop.
@Singleton
@Component(
modules = [
(ApplicationModule::class)
]
)
interface ApplicationComponent {
fun inject(into: GDelegate)
fun inject(into: BaseRepository)
fun inject(into: BaseViewModel)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment