Last active
June 24, 2017 01:23
-
-
Save blogdarkspot/86f1fca9a2e268d60b713f6fef21e808 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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