Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Created April 22, 2020 21:05
Show Gist options
  • Select an option

  • Save cdmunoz/02783c65ecbc1ef313910180ad24b3ba to your computer and use it in GitHub Desktop.

Select an option

Save cdmunoz/02783c65ecbc1ef313910180ad24b3ba to your computer and use it in GitHub Desktop.
Databinding and ViewBinding configuration in build.gradle
dataBinding {
enabled = true
}
viewBinding {
enabled = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment