Skip to content

Instantly share code, notes, and snippets.

@fcaldarelli
Created July 20, 2022 17:05
Show Gist options
  • Save fcaldarelli/0c45f4ab84eb677c615fced2b120b440 to your computer and use it in GitHub Desktop.
Save fcaldarelli/0c45f4ab84eb677c615fced2b120b440 to your computer and use it in GitHub Desktop.
buildscript {
ext.kotlin_version = '1.6.10'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment