fix: consolidate duplicated buildFeatures block

This commit is contained in:
andrekir 2023-05-30 16:47:31 -03:00
parent 2b24e40c11
commit 66af38a585

View file

@ -79,8 +79,6 @@ android {
}
buildFeatures {
viewBinding true
}
buildFeatures {
compose true
}
composeOptions {