Rework Binary Compatibility Validator integration:
- Add BCV to root project to commonize version - Remove BCV from kotlinx-metadata-klib as it is not necessary for now - Remove obsolete entry from kotlinx-metadata apiDump - Add dependency from :kotlinx-metadata-jvm:check to :kotlinx-metadata:check so TC build can verify integrity of API dumps in both projects
This commit is contained in:
committed by
Space Team
parent
21d2211dcd
commit
96279364de
@@ -48,6 +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
|
||||
signing
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user