Skip to content

Instantly share code, notes, and snippets.

@mustafayigitt
Last active June 6, 2020 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustafayigitt/406ab523c6089ee7d83beb27536eb34a to your computer and use it in GitHub Desktop.
Save mustafayigitt/406ab523c6089ee7d83beb27536eb34a to your computer and use it in GitHub Desktop.
Enable DataBinding in your module
apply plugin: 'kotlin-kapt'
android {
...
buildFeatures{
dataBinding = true
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment