Language version 2.0: fix compiler messages and minor details

This commit is contained in:
Mikhail Glukhikh
2023-01-09 11:51:48 +01:00
parent cbedbda527
commit 7a61578e08
12 changed files with 19 additions and 21 deletions
@@ -146,7 +146,7 @@ private val apiVersionValues = ApiVersion.run {
KOTLIN_1_7,
KOTLIN_1_8,
KOTLIN_1_9,
KOTLIN_2_0
KOTLIN_2_0,
)
}