[kotlin compiler][update] 1.2.40-dev-610

Switch to pinned teamcity builds.
This commit is contained in:
Vasily Levchenko
2018-03-12 14:49:25 +03:00
committed by Vasily Levchenko
parent 9e8d784dac
commit 1a0f9bfe2e
4 changed files with 2 additions and 176 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ compileKotlin {
}
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlinStdLibJdk8Version"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinStdLibJdk8Version"
}
task jvmRun(type: JavaExec) {