[FIR] Rename :compiler:fir:raw-fir:fir-common to :compiler:fir:raw-fir:raw-fir.common

This commit is contained in:
Dmitriy Novozhilov
2020-08-17 10:52:29 +03:00
parent 7d4349edc2
commit 71a517c686
9 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ extra["compilerModules"] = arrayOf(
":compiler:fir:resolve",
":compiler:fir:fir-serialization",
":compiler:fir:tree",
":compiler:fir:raw-fir:fir-common",
":compiler:fir:raw-fir:raw-fir.common",
":compiler:fir:raw-fir:psi2fir",
":compiler:fir:raw-fir:light-tree2fir",
":compiler:fir:fir2ir",
@@ -15,7 +15,7 @@ repositories {
}
dependencies {
compile(project(":compiler:fir:raw-fir:fir-common"))
compile(project(":compiler:fir:raw-fir:raw-fir.common"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
@@ -9,7 +9,7 @@ plugins {
}
dependencies {
compile(project(":compiler:fir:raw-fir:fir-common"))
compile(project(":compiler:fir:raw-fir:raw-fir.common"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
@@ -39,4 +39,4 @@ projectTest(parallel = true) {
workingDir = rootDir
}
testsJar()
testsJar()
+1 -1
View File
@@ -50,7 +50,7 @@ val projectsToShadow by extra(listOf(
":compiler:fir:java",
":compiler:fir:jvm",
":compiler:fir:raw-fir:psi2fir",
":compiler:fir:raw-fir:fir-common",
":compiler:fir:raw-fir:raw-fir.common",
":compiler:fir:fir2ir",
":compiler:fir:fir2ir:jvm-backend",
":compiler:frontend",
+1 -1
View File
@@ -300,7 +300,7 @@ include ":benchmarks",
include ":compiler:fir:cones",
":compiler:fir:tree",
":compiler:fir:tree:tree-generator",
":compiler:fir:raw-fir:fir-common",
":compiler:fir:raw-fir:raw-fir.common",
":compiler:fir:raw-fir:psi2fir",
":compiler:fir:raw-fir:light-tree2fir",
":compiler:fir:fir2ir",