Skip to content

Instantly share code, notes, and snippets.

@tompee26
Created December 5, 2018 03:58
Show Gist options
  • Save tompee26/a283de011507e8efa6e4a85c6d0a77bc to your computer and use it in GitHub Desktop.
Save tompee26/a283de011507e8efa6e4a85c6d0a77bc to your computer and use it in GitHub Desktop.
ActivityModule.kt
@Module()
abstract class ActivityModule {
@MainActivityScope
@ContributesAndroidInjector(modules = [MainActivityModule::class])
abstract fun bindMainActivity(): MainActivity
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment