Skip to content

Instantly share code, notes, and snippets.

@nongdenchet
Created November 25, 2019 13:58
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 nongdenchet/94a34f99f5aa4dacf4f792a6176966a4 to your computer and use it in GitHub Desktop.
Save nongdenchet/94a34f99f5aa4dacf4f792a6176966a4 to your computer and use it in GitHub Desktop.
RemyndDetailsComponent
@RemyndDetailsScope
@Component(modules = [RemyndDetailsModule::class], dependencies = [RemyndDetailsDependency::class])
internal interface RemyndDetailsComponent {
@Component.Factory
interface Factory {
fun create(
@BindsInstance fragment: RemyndDetailsFragment,
dependency: RemyndDetailsDependency
): RemyndDetailsComponent
}
fun inject(fragment: RemyndDetailsFragment)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment