Skip to content

Instantly share code, notes, and snippets.

@blogdarkspot
Last active June 24, 2017 01:23
Show Gist options
  • Save blogdarkspot/86f1fca9a2e268d60b713f6fef21e808 to your computer and use it in GitHub Desktop.
Save blogdarkspot/86f1fca9a2e268d60b713f6fef21e808 to your computer and use it in GitHub Desktop.
android {
...
dataBinding {
enabled = true
}
}
dependecies {
...
//caso esteja usando kotlin é necessário fazer o download da lib
kapt "com.android.databinding:compiler:$plugin_version"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment