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
@@ -4,8 +4,6 @@ plugins {
id("jps-compatible")
}
jvmTarget = "1.6"
dependencies {
compile(intellijDep()) { includeJars("util") }
testCompile(project(":core:util.runtime"))