Introduce language version 2.0 and associate K2 compiler with it
This commit is contained in:
@@ -453,6 +453,7 @@ class GenerationState private constructor(
|
||||
this[KOTLIN_1_7] = JvmMetadataVersion(1, 7, 0)
|
||||
this[KOTLIN_1_8] = JvmMetadataVersion.INSTANCE
|
||||
this[KOTLIN_1_9] = JvmMetadataVersion(1, 9, 0)
|
||||
this[KOTLIN_2_0] = JvmMetadataVersion(2, 0, 0)
|
||||
|
||||
check(size == LanguageVersion.values().size) {
|
||||
"Please add mappings from the missing LanguageVersion instances to the corresponding JvmMetadataVersion " +
|
||||
|
||||
Reference in New Issue
Block a user