Skip to content

Instantly share code, notes, and snippets.

@gsrathoreniks
Created October 28, 2020 08:20
Show Gist options
  • Save gsrathoreniks/1ec167cb8b692bbd0c6d3264d4e5de59 to your computer and use it in GitHub Desktop.
Save gsrathoreniks/1ec167cb8b692bbd0c6d3264d4e5de59 to your computer and use it in GitHub Desktop.
Enable ViewBinding in module-level gradle
android {
...
buildFeatures {
viewBinding true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment