Skip to content

Commit 2035ceb

Browse files
committed
Enable databinding using buildfeatures
1 parent 7b2180d commit 2035ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939
}
4040
}
4141

42-
dataBinding {
43-
enabled = true
42+
buildFeatures {
43+
dataBinding true
4444
}
4545

4646
}

0 commit comments

Comments
 (0)