Skip to content

Instantly share code, notes, and snippets.

@v3n3
Created October 14, 2016 20:45
Show Gist options
  • Save v3n3/64012f366e61b9fe6c59794c2cea336f to your computer and use it in GitHub Desktop.
Save v3n3/64012f366e61b9fe6c59794c2cea336f to your computer and use it in GitHub Desktop.
enable data binding
android {
....
dataBinding {
enabled = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment