Last active
June 20, 2022 20:18
-
-
Save figonzal1/aedb5ae3646804c4d7f509b1b18fbf28 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//VERSION GROOVY | |
apply plugin: 'com.android.application' | |
apply plugin: 'kotlin-android' | |
apply plugin: 'kotlin-kapt' | |
apply plugin: 'com.google.gms.google-services' | |
//VERSION DSL | |
plugins { | |
id("com.android.application") | |
id("kotlin-android") | |
id("kotlin-kapt") | |
id("com.google.gms.google-services") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment