Update stdlib jre8 test jvm-target

This commit is contained in:
Mikhael Bogdanov
2017-10-09 13:52:14 +02:00
parent 3c81430bb9
commit bd9ac65eaf
+1
View File
@@ -58,6 +58,7 @@ compileKotlin {
compileTestKotlin {
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package"]
jvmTarget = "1.8"
}
kotlin.experimental.coroutines 'enable'