Skip to content

Instantly share code, notes, and snippets.

@figonzal1
Last active June 20, 2022 20:18
Show Gist options
  • Save figonzal1/aedb5ae3646804c4d7f509b1b18fbf28 to your computer and use it in GitHub Desktop.
Save figonzal1/aedb5ae3646804c4d7f509b1b18fbf28 to your computer and use it in GitHub Desktop.
//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