Skip to content

Instantly share code, notes, and snippets.

@tfcporciuncula
Created March 8, 2023 01:37
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 tfcporciuncula/f8adc4309c41734dc3f68ce32bdda6dc to your computer and use it in GitHub Desktop.
Save tfcporciuncula/f8adc4309c41734dc3f68ce32bdda6dc to your computer and use it in GitHub Desktop.
@Component(modules = [GreetingModule::class])
interface ApplicationComponent {
@Component.Factory
interface Factory {
fun build(@BindsInstance context: Context): ApplicationComponent
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment