From b8e52e6b0c49bdd89b75750f93e0b85671ae2a59 Mon Sep 17 00:00:00 2001 From: fatih ergin Date: Sun, 30 Jul 2023 22:06:56 +0300 Subject: [PATCH] remove deprecated kotlin-android-extensions and enable viewbinding --- app/build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 209ac02f..9df1457d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,5 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' -apply plugin: 'kotlin-android-extensions' def keystorePropertiesFile = rootProject.file("keystore.properties") def keystoreProperties = new Properties() @@ -32,6 +31,11 @@ android { } } + buildFeatures { + buildConfig true + viewBinding true + } + buildTypes { debug { applicationIdSuffix ".debug"