[stdlib-mpp] Do not merge legacy js content into kotlin-stdlib-js.klib

#KT-56106
This commit is contained in:
Ilya Gorbunov
2023-03-23 04:36:37 +01:00
committed by Space Team
parent 58c5746fe4
commit d7d14e7e9e
+2 -5
View File
@@ -602,11 +602,8 @@ tasks {
}
val jsJar by existing(Jar::class) {
val jsResultingJarFile = jsResultingJar.get().archiveFile
inputs.file(jsResultingJarFile)
doLast {
Files.copy(jsResultingJarFile.get().asFile.toPath(), archiveFile.get().asFile.toPath(), StandardCopyOption.REPLACE_EXISTING)
}
manifestAttributes(manifest, "Main", multiRelease = true)
manifest.attributes(mapOf("Implementation-Title" to "kotlin-stdlib-js"))
}
val jsV1Jar by existing(Jar::class) {