Use MessageCollector.NONE as a dummy logger collector for js library resolver

This commit is contained in:
Alexander Gorshenev
2019-10-07 17:19:36 +03:00
committed by alexander-gorshenev
parent 71eb413350
commit c2c88a9ee6
4 changed files with 11 additions and 13 deletions
@@ -12,7 +12,7 @@ dependencies {
testCompile(intellijCoreDep()) { includeJars("intellij-core") }
testCompile(project(":compiler:frontend"))
testCompile(project(":compiler:cli"))
testCompile(project(":compiler:cli-js"))
testCompile(project(":compiler:util"))
testRuntime(project(":kotlin-reflect"))