Skip to content

Instantly share code, notes, and snippets.

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