Skip to content

Instantly share code, notes, and snippets.

@shivam340
Created March 1, 2020 13:41
Show Gist options
  • Select an option

  • Save shivam340/c609bf722a0518ff8be8b40c0bf9cd55 to your computer and use it in GitHub Desktop.

Select an option

Save shivam340/c609bf722a0518ff8be8b40c0bf9cd55 to your computer and use it in GitHub Desktop.
Project Level Build script
project.repositories {
// repository links to locate project dependencies.
google()
jcenter()
}
project.dependencies {
// project dependencies
implementation("org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}")
testImplementation("junit:junit:4.12")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment