Skip to content

Instantly share code, notes, and snippets.

@plnice
Created February 1, 2022 19:14
Show Gist options
  • Save plnice/2bc0d7c5981839b202cbc43d28eb65c6 to your computer and use it in GitHub Desktop.
Save plnice/2bc0d7c5981839b202cbc43d28eb65c6 to your computer and use it in GitHub Desktop.
@Module
@InstallIn(ActivityComponent::class)
interface CustomTabsModule {
@Binds
@ActivityScoped
fun bindCustomTabs(impl: CustomTabsImpl): CustomTabs
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment