Created
March 20, 2019 19:02
-
-
Save tfcporciuncula/5c3a7698dd72ce86c3b505d16038dffe to your computer and use it in GitHub Desktop.
BestPostInjection.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
@Subcomponent(modules = [BestPostModule::class]) | |
interface BestPostComponent { | |
fun bestPostViewModelFactory(): ViewModelFactory<BestPostViewModel> | |
} | |
@Module | |
class BestPostModule(@get:Provides val myIntFromView: Int) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment