Skip to content

Instantly share code, notes, and snippets.

@jeremyrempel
Created June 29, 2019 17:52
Show Gist options
  • Select an option

  • Save jeremyrempel/d2e297028b1a0006a091402e0d3e23b8 to your computer and use it in GitHub Desktop.

Select an option

Save jeremyrempel/d2e297028b1a0006a091402e0d3e23b8 to your computer and use it in GitHub Desktop.
@Component(modules = [MyFactoryModule::class])
interface MyComponent {
fun fragFactory(): FragmentFactory
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment