Skip to content

Instantly share code, notes, and snippets.

@FarshidRoohi
Last active July 4, 2019 08:39
Show Gist options
  • Save FarshidRoohi/773ec746d8e6c34abe03469ef6cbfe20 to your computer and use it in GitHub Desktop.
Save FarshidRoohi/773ec746d8e6c34abe03469ef6cbfe20 to your computer and use it in GitHub Desktop.
Enable DataBinding
android {
dataBinding {
enabled = true
}
...
defaultConfig {
...
}
buildTypes {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment