From 3e869f447330ddf63ca50a63c088c537fbc84d31 Mon Sep 17 00:00:00 2001 From: fatih ergin Date: Tue, 1 Aug 2023 22:53:13 +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 25799ff..a088e04 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() @@ -31,6 +30,11 @@ android { } } + buildFeatures { + buildConfig true + viewBinding true + } + buildTypes { debug { applicationIdSuffix ".debug"