Created
June 20, 2022 20:34
-
-
Save figonzal1/053f722e3df25cf0f7cddf7d87b11dd1 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 | |
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