Files
kotlin-fork/compiler/testData/cli/jvm/jvm6Target.out
T
Alexander Udalov 2e515f3945 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
2022-04-19 22:54:40 +02:00

3 lines
106 B
Plaintext
Vendored

error: JVM target 1.6 is no longer supported. Please migrate to JVM target 1.8 or above
COMPILATION_ERROR