Skip to content

Commit

Permalink
Re-enable databinding in Sample app (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh authored Dec 19, 2024
1 parent 6a35144 commit 6fdcb44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ android {
}

buildFeatures {
dataBinding = true
viewBinding = true
buildConfig = true
compose = true
Expand Down

0 comments on commit 6fdcb44

Please sign in to comment.