Created
April 22, 2020 21:05
-
-
Save cdmunoz/02783c65ecbc1ef313910180ad24b3ba to your computer and use it in GitHub Desktop.
Databinding and ViewBinding configuration in build.gradle
This file contains hidden or 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
| dataBinding { | |
| enabled = true | |
| } | |
| viewBinding { | |
| enabled = true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment