[K2 JS] Do not load transitive dependencies for building K2/JS klibs
^KT-57262 Fixed
This commit is contained in:
committed by
Space Team
parent
62fb3df7f0
commit
e3402fcc87
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user