Created
March 21, 2019 21:23
-
-
Save tfcporciuncula/c24338975caf20b1db3f3250a80de792 to your computer and use it in GitHub Desktop.
ApplicationComponent.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
@Singleton | |
@Component(modules = [RetrofitModule::class, AssistedInjectModule::class]) | |
interface ApplicationComponent { | |
... | |
val bestPostViewModelFactory: BestPostViewModel.Factory | |
} | |
@AssistedModule | |
@Module(includes = [AssistedInject_AssistedInjectModule::class]) | |
interface AssistedInjectModule |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment