Switch Kotlin project to jvm-target 1.8
#KT-29405
This commit is contained in:
@@ -5,8 +5,6 @@ plugins {
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
jvmTarget = "1.6"
|
||||
|
||||
dependencies {
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ plugins {
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
jvmTarget = "1.6"
|
||||
|
||||
dependencies {
|
||||
compile(project(":kotlinx-serialization-compiler-plugin"))
|
||||
compile(project(":idea"))
|
||||
|
||||
Reference in New Issue
Block a user