Skip to content

Instantly share code, notes, and snippets.

@kirich1409
Last active November 11, 2019 20:48
Show Gist options
  • Save kirich1409/583fd0d2ecca81f4f1ee5cbd3e590e90 to your computer and use it in GitHub Desktop.
Save kirich1409/583fd0d2ecca81f4f1ee5cbd3e590e90 to your computer and use it in GitHub Desktop.
@Module
interface ComponentProvidersModule {
// Define that a Dagger Component can provide Multibind Map of Activities by class
@Multibinds
fun provideActivities(): Map<Class<out Activity>, @JvmSuppressWildcards Activity>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment