Skip to content

Instantly share code, notes, and snippets.

@tfcporciuncula
Created March 20, 2019 19:02
Show Gist options
  • Save tfcporciuncula/5c3a7698dd72ce86c3b505d16038dffe to your computer and use it in GitHub Desktop.
Save tfcporciuncula/5c3a7698dd72ce86c3b505d16038dffe to your computer and use it in GitHub Desktop.
BestPostInjection.kt
@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