Skip to content

Instantly share code, notes, and snippets.

@raystatic
Last active July 9, 2022 21:09
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 raystatic/bc2edce0921ff8f9fa4cba645d391d59 to your computer and use it in GitHub Desktop.
Save raystatic/bc2edce0921ff8f9fa4cba645d391d59 to your computer and use it in GitHub Desktop.
@Module
@InstallIn(SingletonComponent::class)
interface DeepLinkProcessorModule {
@Binds
@IntoSet
fun bindFeat01Processors(
feature01DeeplinkProcessor: Feature01DeeplinkProcessor
): DeeplinkProcessor
@Binds
@IntoSet
fun bindFeat02Processors(
feature02DeeplinkProcessor: Feature02DeeplinkProcessor
): DeeplinkProcessor
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment