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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user