Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
project-system-gradle-upgrade
/
testData
/
upgrade
/
MigrateToBuildFeatures
/
ViewBindingEnabledReferenceExpected.gradle.kts
blob: 1073546c588988ae498adb4385cee8c297c79f94 [
file
] [
log
] [
blame
]
val fancy
by
extra
(
true
)
android
{
buildFeatures
{
viewBinding
=
fancy
}
}