Use kotlinx-metadata-jvm of version 0.0.4 in kotlin-reflect build script
To prevent various problems with non-shaded artifact (shading was added in 0.0.3)
This commit is contained in:
@@ -17,7 +17,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.0.2")
|
||||
classpath("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.0.4")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user