Skip to content

Instantly share code, notes, and snippets.

@Audhil
Last active July 27, 2019 10:06
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/4a83f728f532c48286bfff7f7b421d75 to your computer and use it in GitHub Desktop.
Save Audhil/4a83f728f532c48286bfff7f7b421d75 to your computer and use it in GitHub Desktop.
open class UiGitHubDelegate : GitHubDelegate() {
override fun getAppComponent(): GitHubAppComponent {
return DaggerGitHubAppComponent.builder()
.applicationModule(TestApplicationModule(this))
.build()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment