Enable viewbinding in gradle plugin

This commit is contained in:
Christoph Loy 2020-02-25 17:23:19 +01:00 committed by Niedermann IT-Dienstleistungen
parent 28a6288bcc
commit 61a2341893

View file

@ -27,6 +27,10 @@ android {
disable 'MissingTranslation'
abortOnError false
}
viewBinding {
enabled = true
}
}
dependencies {