Last active
November 11, 2019 20:48
-
-
Save kirich1409/583fd0d2ecca81f4f1ee5cbd3e590e90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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