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