build: use Kotlin 1.1-M02 to build all Kotlin JVM sources

This commit is contained in:
Svyatoslav Scherbina
2016-11-16 13:53:28 +07:00
parent 8a66de216d
commit 3095044420
7 changed files with 33 additions and 28 deletions
+3 -1
View File
@@ -1,6 +1,9 @@
buildscript {
repositories {
mavenCentral()
maven {
url "http://dl.bintray.com/kotlin/kotlin-eap-1.1"
}
}
dependencies {
@@ -21,7 +24,6 @@ String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1-20161121
// (gets applied to this project and all its subprojects)
allprojects {
repositories {
mavenCentral()
maven {
url 'http://oss.sonatype.org/content/repositories/snapshots'
}