Skip to content

Commit

Permalink
[Add/#9] dataBinding 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeun5744 committed Jun 28, 2023
1 parent c8ae238 commit 6dbc0f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ android {
buildFeatures {
viewBinding true
}
dataBinding {
enabled = true
}
}

dependencies {
Expand Down

0 comments on commit 6dbc0f5

Please sign in to comment.