Skip to content

Commit

Permalink
Enable databinding using buildfeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
SudKul committed Aug 26, 2020
1 parent 840bdee commit 9b9e868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
}

// Enables data binding.
dataBinding {
enabled = true
buildFeatures {
dataBinding true
}

}
Expand Down

0 comments on commit 9b9e868

Please sign in to comment.