Skip to content

Instantly share code, notes, and snippets.

@lamvd0101
Last active November 2, 2022 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lamvd0101/236bcf7e6dfb4a4f404284cfe3b10444 to your computer and use it in GitHub Desktop.
Save lamvd0101/236bcf7e6dfb4a4f404284cfe3b10444 to your computer and use it in GitHub Desktop.
buildscript {
ext {
kotlin_version = '1.7.20'
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath('com.android.tools.build:gradle:4.2.1')
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment