[JS IR] Fixes after rebase
This commit is contained in:
committed by
TeamCityServer
parent
d65cbdf44d
commit
f40110eb83
@@ -284,7 +284,7 @@ fun loadIr(
|
||||
|
||||
val deserializedModuleFragments = sortDependencies(allDependencies.getFullList(), depsDescriptors.descriptors).map { klib ->
|
||||
val strategy =
|
||||
if (it == mainModule.lib)
|
||||
if (klib == mainModule.lib)
|
||||
DeserializationStrategy.ALL
|
||||
else
|
||||
DeserializationStrategy.EXPLICITLY_EXPORTED
|
||||
|
||||
Reference in New Issue
Block a user