[JS] Don't produce metadata-only (IR-less) KLIBs in JS

The scenario when JS source code is shared between a few JS common
source sets is not supported in Kotlin Multiplatform.

^KT-61136
This commit is contained in:
Dmitriy Dolovov
2023-09-15 15:08:43 +02:00
committed by Space Team
parent 9a2eff6487
commit a2e148173d
4 changed files with 9 additions and 8 deletions
@@ -122,7 +122,6 @@ abstract class AbstractKlibIrTextTestCase : CodegenTestCase() {
metadataVersion = KlibMetadataVersion.INSTANCE,
project = project,
exportKDoc = false,
skipExpects = true,
allowErrorTypes = allowErrors
)