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:
@@ -7,6 +7,7 @@ configurations {
|
||||
|
||||
dependencies {
|
||||
api("org.jetbrains.kotlinx:binary-compatibility-validator:0.7.1")
|
||||
api("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.4.1")
|
||||
|
||||
testApi project(':kotlin-test:kotlin-test-junit')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user