blob: 61480b6cd2f23d2ab0ce521608c0e9fafbaa14a2 [file] [log] [blame]
val fancy by extra(true)
android {
buildFeatures {
dataBinding = fancy
viewBinding = fancy
}
}