[K2 JS] Do not load transitive dependencies for building K2/JS klibs

^KT-57262 Fixed
This commit is contained in:
Alexander Korepanov
2023-03-13 12:31:56 +01:00
committed by Space Team
parent 62fb3df7f0
commit e3402fcc87
14 changed files with 94 additions and 34 deletions
@@ -477,10 +477,6 @@ class ModulesStructure(
compilerConfiguration.get(JSConfigurationKeys.ZIP_FILE_SYSTEM_ACCESSOR)
)
val fullResolvedLibraries by lazy {
allDependenciesResolution.resolveWithDependencies().getFullResolvedList()
}
val allDependencies: List<KotlinLibrary>
get() = allDependenciesResolution.libraries