[JS IR] Support additional repositories in CLI (compiler part)

This commit is contained in:
Roman Artemev
2020-11-24 11:15:47 +03:00
parent e22711d17f
commit cd9e341fa9
7 changed files with 11 additions and 5 deletions
@@ -175,6 +175,7 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
val resolvedLibraries = jsResolveLibraries(
libraries,
configuration[JSConfigurationKeys.REPOSITORIES] ?: emptyList(),
messageCollectorLogger(configuration[CLIConfigurationKeys.MESSAGE_COLLECTOR_KEY] ?: error("Could not find message collector"))
)