Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created March 16, 2018 02:09
Embed
What would you like to do?
PrefAppComponent
@PreferenceComponent(entities = [(Profile::class)])
interface PrefAppComponent {
fun inject(target: SearchActivityViewModel)
fun inject(target: DetailActivityViewModel)
fun inject(target: GithubUserRepository)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment