Created
March 16, 2018 02:09
-
-
Save skydoves/009b1978ed2b6991d23167e6d572e870 to your computer and use it in GitHub Desktop.
PrefAppComponent
This file contains 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
@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