Skip to content

Instantly share code, notes, and snippets.

@Rapbong
Last active July 27, 2019 09:52
Show Gist options
  • Save Rapbong/f070439dd37bd01663f66ce6b00fbe36 to your computer and use it in GitHub Desktop.
Save Rapbong/f070439dd37bd01663f66ce6b00fbe36 to your computer and use it in GitHub Desktop.
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