Skip to content

Instantly share code, notes, and snippets.

@figonzal1
Created June 20, 2022 20:34
Show Gist options
  • Save figonzal1/053f722e3df25cf0f7cddf7d87b11dd1 to your computer and use it in GitHub Desktop.
Save figonzal1/053f722e3df25cf0f7cddf7d87b11dd1 to your computer and use it in GitHub Desktop.
//VERSION GROOVY
dependencies {
classpath "com.android.tools.build:gradle:7.2.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0"
}
//VERSION DSL
dependencies {
classpath("com.android.tools.build:gradle:7.2.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment