blob: 874dabc965b744f316d5836fbd3f7c78ff527edc [file] [log] [blame]
apply plugin: 'groovy'
repositories {
mavenCentral()
jcenter()
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
}
dependencies {
compile 'com.github.jengelman.gradle.plugins:shadow:2.0.1'
}