Add Kotlin 1.7 language version
This commit is contained in:
committed by
teamcityserver
parent
4a37de51bb
commit
85c7f386eb
@@ -315,6 +315,7 @@ enum class LanguageVersion(val major: Int, val minor: Int) : DescriptionAware {
|
||||
KOTLIN_1_4(1, 4),
|
||||
KOTLIN_1_5(1, 5),
|
||||
KOTLIN_1_6(1, 6),
|
||||
KOTLIN_1_7(1, 7),
|
||||
;
|
||||
|
||||
val isStable: Boolean
|
||||
|
||||
Reference in New Issue
Block a user