Last active
July 27, 2019 09:52
-
-
Save Rapbong/f070439dd37bd01663f66ce6b00fbe36 to your computer and use it in GitHub Desktop.
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
android { | |
... | |
dataBinding { | |
enabled true | |
} | |
} | |
... | |
dependencies { | |
... | |
implementation "androidx.lifecycle:lifecycle-viewmodel:2.0.0" | |
implementation "androidx.lifecycle:lifecycle-extensions:2.0.0" | |
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.0.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment