Skip to content

Instantly share code, notes, and snippets.

@KaustubhPatange
Created November 18, 2021 09:49
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 KaustubhPatange/394b90803767e59ebd71b3b35a19a78a to your computer and use it in GitHub Desktop.
Save KaustubhPatange/394b90803767e59ebd71b3b35a19a78a to your computer and use it in GitHub Desktop.
// 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