Removed unused build feature

This commit is contained in:
Juha Heinanen
2025-04-05 09:38:19 +03:00
parent c070f1de97
commit 2abaefbaec

View File

@ -52,8 +52,6 @@ android {
}
buildFeatures {
viewBinding = true
//noinspection DataBindingWithoutKapt
dataBinding = true
buildConfig = true
compose = true
}