Add @SinceKotlin("1.5") on JvmRecord annotation

This commit is contained in:
Denis.Zharkov
2020-12-02 17:47:13 +03:00
parent ddbd62054f
commit 6e4f84dddf
13 changed files with 14 additions and 2 deletions
+2 -1
View File
@@ -7,5 +7,6 @@ This mode is not recommended for production use,
as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk!
error: -XXLanguage:+JvmRecordSupport feature is only supported with JVM target 15_PREVIEW or later
warning: language version 1.5 is experimental, there are no backwards compatibility guarantees for new language and library features
error: -XXLanguage:+JvmRecordSupport feature is only supported with JVM target 15 or later
COMPILATION_ERROR