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
@@ -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")
}
}