[KLIB] Introduce isJsStdlib() and isWasmStdlib() checks for KLIBs

This commit is contained in:
Dmitriy Dolovov
2023-11-10 10:13:57 +01:00
committed by Space Team
parent 4892a81178
commit d65fc00578
5 changed files with 29 additions and 11 deletions
@@ -77,7 +77,7 @@ internal fun IdeaKotlinBinaryAttributes(attributes: AttributeContainer): IdeaKot
internal fun KlibExtra(library: KotlinLibrary): KlibExtra {
return KlibExtra(
builtInsPlatform = library.builtInsPlatform,
builtInsPlatform = library.builtInsPlatform?.name,
uniqueName = library.uniqueName,
shortName = library.shortName,
packageFqName = library.packageFqName,