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:
@@ -12,7 +12,7 @@ description = "Kotlin Full Reflection Library"
|
||||
|
||||
buildscript {
|
||||
dependencies {
|
||||
classpath("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.3.0")
|
||||
classpath("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.4.1")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user