Skip to content

Commit 3e869f4

Browse files
committed
remove deprecated kotlin-android-extensions and enable viewbinding
1 parent 7d3c398 commit 3e869f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
3-
apply plugin: 'kotlin-android-extensions'
43

54
def keystorePropertiesFile = rootProject.file("keystore.properties")
65
def keystoreProperties = new Properties()
@@ -31,6 +30,11 @@ android {
3130
}
3231
}
3332

33+
buildFeatures {
34+
buildConfig true
35+
viewBinding true
36+
}
37+
3438
buildTypes {
3539
debug {
3640
applicationIdSuffix ".debug"

0 commit comments

Comments
 (0)