We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3c398 commit 3e869f4Copy full SHA for 3e869f4
app/build.gradle
@@ -1,6 +1,5 @@
1
apply plugin: 'com.android.application'
2
apply plugin: 'kotlin-android'
3
-apply plugin: 'kotlin-android-extensions'
4
5
def keystorePropertiesFile = rootProject.file("keystore.properties")
6
def keystoreProperties = new Properties()
@@ -31,6 +30,11 @@ android {
31
30
}
32
33
+ buildFeatures {
34
+ buildConfig true
35
+ viewBinding true
36
+ }
37
+
38
buildTypes {
39
debug {
40
applicationIdSuffix ".debug"
0 commit comments