Skip to content

Instantly share code, notes, and snippets.

@ilhamsuaib
Created August 3, 2019 15:59
Show Gist options
  • Save ilhamsuaib/bfcdfdc0b00887229d77f0e5331d6bff to your computer and use it in GitHub Desktop.
Save ilhamsuaib/bfcdfdc0b00887229d77f0e5331d6bff to your computer and use it in GitHub Desktop.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath (BuildPlugins.GRADLE_PLUGIN)
classpath (BuildPlugins.KOTLIN_GRADLE_PLUGIN)
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task("clean") {
delete(rootProject.buildDir)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment