Skip to content

Instantly share code, notes, and snippets.

@tfcporciuncula
Created March 27, 2019 12:23
Show Gist options
  • Save tfcporciuncula/99b82e83af58866aed1a77eb3c86d53f to your computer and use it in GitHub Desktop.
Save tfcporciuncula/99b82e83af58866aed1a77eb3c86d53f to your computer and use it in GitHub Desktop.
ApplicationComponent.kt
@Singleton
@Component(modules = [AssistedInjectModule::class])
interface ApplicationComponent {
...
val textPresenterFactory: TextPresenter.Factory
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment