Skip to content

Instantly share code, notes, and snippets.

@h0tk3y
Created November 2, 2016 23:28
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 h0tk3y/0112caf770d2d47bf9cf590c79ba225f to your computer and use it in GitHub Desktop.
Save h0tk3y/0112caf770d2d47bf9cf590c79ba225f to your computer and use it in GitHub Desktop.
group 'com.github.h0tk3y.kotlinEapFun'
version '1.0-SNAPSHOT'
buildscript {
ext.kotlin_version = '1.1-M02'
repositories {
mavenCentral()
maven { url "http://dl.bintray.com/kotlin/kotlin-eap-1.1" }
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
apply plugin: 'kotlin'
repositories {
mavenCentral()
maven { url "http://dl.bintray.com/kotlin/kotlin-eap-1.1" }
}
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment