blob: 07e56154a8c3b017dfb4fef686a46bcaf2eb97e1 [file] [log] [blame]
val fancy by extra(true)
android {
viewBinding {
isEnabled = fancy
}
}