Skip to content

Instantly share code, notes, and snippets.

@prokash-sarkar
Last active February 9, 2021 12:07
Show Gist options
  • Save prokash-sarkar/25be74d83dc0f43691177745a60378c4 to your computer and use it in GitHub Desktop.
Save prokash-sarkar/25be74d83dc0f43691177745a60378c4 to your computer and use it in GitHub Desktop.
@Module()
interface ActivityBuildersModule {
@ActivityScope
@ContributesAndroidInjector(modules = [LoginModule::class, LoginFragmentsBuilderModule::class])
fun contributeMainActivity(): MainActivity
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment