Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created June 15, 2014 19:46
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 hhariri/d833b19528ead81f5422 to your computer and use it in GitHub Desktop.
Save hhariri/d833b19528ead81f5422 to your computer and use it in GitHub Desktop.
buildscript {
version = '0.1-SNAPSHOT'
repositories {
mavenCentral()
maven {
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
}
dependencies {
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.1-SNAPSHOT'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment