[Interop][Tests] Add infrastructure to test klib metadata (#4134)

We need a structural testing tool for interop metadata itself because it is not always possible to detect metadata errors via usual compiler tests.
This commit is contained in:
Sergey Bogolepov
2020-05-18 15:03:31 +07:00
committed by GitHub
parent c485511f1b
commit 37bf7d7ef9
10 changed files with 631 additions and 0 deletions
+2
View File
@@ -35,6 +35,7 @@ buildscript {
maven { url kotlinCompilerRepo }
maven { url "https://kotlin.bintray.com/kotlinx" }
maven { url "https://cache-redirector.jetbrains.com/maven-central" }
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
jcenter()
}
@@ -103,6 +104,7 @@ allprojects {
maven {
url 'https://cache-redirector.jetbrains.com/jcenter'
}
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
}
}
if (path != ":dependencies") {