Add check for bytecode target when @JvmRecord is used

^KT-43677 In Progress
This commit is contained in:
Denis.Zharkov
2020-12-01 19:08:41 +03:00
parent b860a0c664
commit f64980a597
10 changed files with 67 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
error: unknown JVM target version: 1.5
Supported versions: 1.6, 1.8, 9, 10, 11, 12, 13, 14, 15
Supported versions: 1.6, 1.8, 9, 10, 11, 12, 13, 14, 15, 15_PREVIEW
COMPILATION_ERROR