Implement viewBindings

This commit is contained in:
2020-12-16 21:20:36 +01:00
parent 7c338acf81
commit ce94cfb566
12 changed files with 158 additions and 101 deletions

View File

@@ -1,7 +1,6 @@
plugins {
id("com.android.application")
id("kotlin-android")
id("kotlin-android-extensions")
id("kotlin-kapt")
id("com.google.gms.google-services")
id("com.mikepenz.aboutlibraries.plugin")
@@ -38,8 +37,8 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
androidExtensions {
isExperimental = true
buildFeatures {
viewBinding = true
}
}