[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:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user