remove deprecated kotlin-android-extensions and enable viewbinding

This commit is contained in:
fatih ergin 2023-08-01 22:53:13 +03:00
parent 7d3c398a4b
commit 3e869f4473

View File

@ -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"