Skip to content

Instantly share code, notes, and snippets.

@miquelbeltran
Created September 24, 2017 09:46
Show Gist options
  • Select an option

  • Save miquelbeltran/01bbab4b9127eff4ecf7bedada49e87e to your computer and use it in GitHub Desktop.

Select an option

Save miquelbeltran/01bbab4b9127eff4ecf7bedada49e87e to your computer and use it in GitHub Desktop.
group 'beltran.work'
version '1.0-SNAPSHOT'
buildscript {
ext.kotlin_version = '1.1.3-2'
repositories {
mavenCentral()
}
dependencies {
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