Created
September 30, 2020 12:52
-
-
Save robotsquidward/39e521da836b6462aa33873b22e471ae to your computer and use it in GitHub Desktop.
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
private val model: MyViewModel by viewModelBuilder { | |
MyViewModel(repo = MyRepository()) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment