Prohibit JVM target 1.6
But still compile stdlib, reflect, kotlin.test and scripting runtimes with JVM target 1.6 to simplify migration from Kotlin 1.6 to 1.7. #KT-45165 Fixed
This commit is contained in:
+2
-1
@@ -313,7 +313,8 @@ include ":benchmarks",
|
||||
":kotlinx-serialization-compiler-plugin",
|
||||
":kotlin-serialization",
|
||||
":kotlin-serialization-unshaded",
|
||||
":wasm:wasm.ir"
|
||||
":wasm:wasm.ir",
|
||||
":libraries:tools:stdlib-compiler-classpath"
|
||||
|
||||
|
||||
include ":kotlinx-atomicfu-compiler-plugin",
|
||||
|
||||
Reference in New Issue
Block a user