Skip to content

Instantly share code, notes, and snippets.

@vashisthg
Created June 28, 2018 21:34
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 vashisthg/b9ea4f6834597857d71a4d4d6f676337 to your computer and use it in GitHub Desktop.
Save vashisthg/b9ea4f6834597857d71a4d4d6f676337 to your computer and use it in GitHub Desktop.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:3.1.3")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlinVersion}")
}
}
allprojects {
repositories {
google()
jcenter()
}
}
val clean by tasks.creating(Delete::class) {
delete(rootProject.buildDir)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment