Do not produce original kotlin-stdlib public api dump anymore

It was produced from the kotlin-stdlib of 1.0 which was separate from the kotlin-runtime.
The actual dump is in kotlin-stdlib-runtime-merged.txt
This commit is contained in:
Ilya Gorbunov
2017-12-13 00:39:23 +03:00
parent 70236d4824
commit ae62cd6570
4 changed files with 1 additions and 2875 deletions
@@ -18,7 +18,6 @@ dependencies {
testArtifacts project(':kotlin-reflect')
// legacy
testArtifacts project(':kotlin-runtime')
testArtifacts files(project(':kotlin-stdlib').tasks.originalStdlibJar)
}
sourceSets {