-
-
Save KaustubhPatange/394b90803767e59ebd71b3b35a19a78a to your computer and use it in GitHub Desktop.
This file contains 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
// in the :app module | |
@Module | |
@InstallIn(ActivityComponent::class) | |
abstract class ActivityModule { | |
@Binds | |
abstract fun provideWelcomeButtonClick(welcomeButtonClick: WelcomeButtonClickImpl) : WelcomeButtonClick | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment