Files
kotlin-fork/compiler/testData/cli/jvm/oldBackendWithScript.out
T
Alexander Udalov 0569f429dd Report error on -Xuse-old-backend, remove Gradle option useOldBackend
Allow using old JVM backend only to compile kts.

 #KT-48532 Fixed
2022-09-16 00:16:31 +02:00

4 lines
264 B
Plaintext
Vendored

warning: language version is automatically inferred to 1.5 when using the old JVM backend. Consider specifying -language-version explicitly, or remove -Xuse-old-backend
warning: -Xuse-old-backend is no longer supported. Please migrate to the new JVM IR backend
OK