Last active
November 7, 2017 19:09
-
-
Save rachitmishra/59a87c4514e200ed9116245d7935b6a2 to your computer and use it in GitHub Desktop.
dagger-component-dependency
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
/** | |
* Using ComputerComponent as dependency to MiningRigComponent | |
*/ | |
@Component(dependency = arrayOf(ComputerComponent::class)) | |
interface MiningRigComponent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment