Created
December 5, 2018 03:58
-
-
Save tompee26/a283de011507e8efa6e4a85c6d0a77bc to your computer and use it in GitHub Desktop.
ActivityModule.kt
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() | |
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