[KLIB] Introduce isJsStdlib() and isWasmStdlib() checks for KLIBs
This commit is contained in:
committed by
Space Team
parent
4892a81178
commit
d65fc00578
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user