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:
@@ -18,7 +18,6 @@ dependencies {
|
||||
testArtifacts project(':kotlin-reflect')
|
||||
// legacy
|
||||
testArtifacts project(':kotlin-runtime')
|
||||
testArtifacts files(project(':kotlin-stdlib').tasks.originalStdlibJar)
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user