Skip to content

Commit

Permalink
DSL element 'android.dataBinding.enabled' is obsolete and has been re…
Browse files Browse the repository at this point in the history
…placed with 'android.buildFeatures.dataBinding'
  • Loading branch information
iamarjun committed Jul 9, 2020
1 parent 31fd174 commit c35cc23
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 @@ -35,8 +35,8 @@ android {
freeCompilerArgs += ["-Xopt-in=kotlin.RequiresOptIn"]
}

viewBinding {
enabled = true
buildFeatures{
viewBinding = true
}
}

Expand Down

0 comments on commit c35cc23

Please sign in to comment.