Skip to content

Instantly share code, notes, and snippets.

@illuzor
Created October 4, 2018 20: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 illuzor/ba646b75ef0c42d3b46759fd374d5baa to your computer and use it in GitHub Desktop.
Save illuzor/ba646b75ef0c42d3b46759fd374d5baa to your computer and use it in GitHub Desktop.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71"
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment