Update BCV to 0.12.0; use JAR dump mode for kotlinx-metadata-jvm and
therefore remove BCV from kotlinx-metadata project. Introduce @IgnoreInApiDump to workaround issue#104 in BCV.
This commit is contained in:
committed by
Space Team
parent
2b2e749d1f
commit
2aede50306
+1
-1
@@ -48,7 +48,7 @@ plugins {
|
||||
id("jps-compatible")
|
||||
id("org.jetbrains.gradle.plugin.idea-ext")
|
||||
id("org.gradle.crypto.checksum") version "1.2.0"
|
||||
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.11.0" apply false
|
||||
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.12.0" apply false
|
||||
signing
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user