Switch Kotlin project to jvm-target 1.8

#KT-29405
This commit is contained in:
Mikhael Bogdanov
2019-01-28 16:24:55 +01:00
parent 3e9c290a3a
commit a122cba862
55 changed files with 3 additions and 114 deletions
-2
View File
@@ -5,8 +5,6 @@ plugins {
description = "Kotlin/Native utils"
jvmTarget = "1.6"
dependencies {
compile(kotlinStdlib())
}