Enable view binding

This commit is contained in:
Kirill Kamakin
2021-11-06 22:37:29 +03:00
parent d38727f87f
commit 900a67e8b4

View File

@@ -29,6 +29,9 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = '1.8' jvmTarget = '1.8'
} }
buildFeatures {
viewBinding true
}
} }
dependencies { dependencies {