Fix mass build-failure because of bad dependencies in :compiler:visualizer module

Rename raw-fir:common to raw-fir:common -> raw-fir:fir-common.

If there's dependency both on :compiler:visualizer:common and
:compiler:fir:raw-fir:common, only one of artifact is left in classpath
This commit is contained in:
Nikolay Krasko
2020-03-26 01:19:52 +03:00
parent 01c36d19bb
commit 034af78b0f
9 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ extra["compilerModules"] = arrayOf(
":compiler:fir:cones",
":compiler:fir:resolve",
":compiler:fir:tree",
":compiler:fir:raw-fir:common",
":compiler:fir:raw-fir:fir-common",
":compiler:fir:raw-fir:psi2fir",
":compiler:fir:raw-fir:light-tree2fir",
":compiler:fir:fir2ir",