Skip to content

Instantly share code, notes, and snippets.

@ramonrabello
Last active September 16, 2019 16:42
Show Gist options
  • Save ramonrabello/d621c8ae3f85cf8d3ac53d044f7aee63 to your computer and use it in GitHub Desktop.
Save ramonrabello/d621c8ae3f85cf8d3ac53d044f7aee63 to your computer and use it in GitHub Desktop.
Add ViewBinding support
android {
// ...
viewBinding.enabled = true
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment