Advance Kotlin version used in build to 1.7

Also update kotlinx-metadata-jvm used in kotlin-reflect build to 0.4.1
in order to support reading Kotlin 1.7 metadata version.
This commit is contained in:
Ilya Gorbunov
2022-03-05 20:32:14 +03:00
parent 6f5488e774
commit dea149ab47
4 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ val kotlinVersion by extra(
} ?: buildNumber
)
val kotlinLanguageVersion by extra("1.6")
val kotlinLanguageVersion by extra("1.7")
allprojects {
group = "org.jetbrains.kotlin"