[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:
committed by
Space Team
parent
9a2eff6487
commit
a2e148173d
@@ -122,7 +122,6 @@ abstract class AbstractKlibIrTextTestCase : CodegenTestCase() {
|
||||
metadataVersion = KlibMetadataVersion.INSTANCE,
|
||||
project = project,
|
||||
exportKDoc = false,
|
||||
skipExpects = true,
|
||||
allowErrorTypes = allowErrors
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user