|
|
@@ -1,10 +1,12 @@
|
|
|
-apply plugin: 'com.android.application'
|
|
|
+plugins{
|
|
|
+ id 'com.android.application'
|
|
|
|
|
|
-apply plugin: 'kotlin-android'
|
|
|
+ id'kotlin-android'
|
|
|
|
|
|
-apply plugin: 'kotlin-android-extensions'
|
|
|
+ id 'kotlin-android-extensions'
|
|
|
|
|
|
-apply plugin: 'kotlin-kapt'
|
|
|
+ id 'kotlin-kapt'
|
|
|
+}
|
|
|
|
|
|
android {
|
|
|
compileSdkVersion 29
|
|
|
@@ -17,6 +19,7 @@ android {
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
vectorDrawables.useSupportLibrary = true
|
|
|
}
|
|
|
+
|
|
|
buildTypes {
|
|
|
release {
|
|
|
minifyEnabled true
|