Binary compatibility validator is now an external tool

Use its code from a dependency.
This commit is contained in:
Ilya Gorbunov
2020-02-20 21:22:02 +03:00
parent ceb03ce739
commit a95f205c1a
8 changed files with 6 additions and 450 deletions
@@ -6,13 +6,7 @@ configurations {
}
dependencies {
compile project(':kotlin-stdlib')
compileOnly project(':kotlinx-metadata')
compileOnly project(':kotlinx-metadata-jvm')
compile 'org.ow2.asm:asm:6.0'
compile 'org.ow2.asm:asm-tree:6.0'
runtime project(path: ':kotlinx-metadata-jvm', configuration: 'runtime')
compile("org.jetbrains.kotlinx:binary-compatibility-validator:0.2.3")
testCompile project(':kotlin-test:kotlin-test-junit')