diff --git a/app/build.gradle b/app/build.gradle index ddec97b4..e88f0c67 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,9 @@ -apply plugin: 'com.android.application' -apply plugin: 'kotlin-android' -apply plugin: 'kotlin-android-extensions' -apply plugin: 'kotlin-kapt' +plugins { + id 'com.android.application' + id 'kotlin-android' + id 'kotlin-android-extensions' + id 'kotlin-kapt' +} def keystorePropertiesFile = rootProject.file("keystore.properties") def keystoreProperties = new Properties()