[FIR] Rename :compiler:fir:raw-fir:fir-common to :compiler:fir:raw-fir:raw-fir.common
This commit is contained in:
+1
-1
@@ -277,7 +277,7 @@ extra["compilerModules"] = arrayOf(
|
|||||||
":compiler:fir:resolve",
|
":compiler:fir:resolve",
|
||||||
":compiler:fir:fir-serialization",
|
":compiler:fir:fir-serialization",
|
||||||
":compiler:fir:tree",
|
":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:psi2fir",
|
||||||
":compiler:fir:raw-fir:light-tree2fir",
|
":compiler:fir:raw-fir:light-tree2fir",
|
||||||
":compiler:fir:fir2ir",
|
":compiler:fir:fir2ir",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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) }
|
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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) }
|
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
|
||||||
|
|
||||||
@@ -39,4 +39,4 @@ projectTest(parallel = true) {
|
|||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
}
|
}
|
||||||
|
|
||||||
testsJar()
|
testsJar()
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ val projectsToShadow by extra(listOf(
|
|||||||
":compiler:fir:java",
|
":compiler:fir:java",
|
||||||
":compiler:fir:jvm",
|
":compiler:fir:jvm",
|
||||||
":compiler:fir:raw-fir:psi2fir",
|
":compiler:fir:raw-fir:psi2fir",
|
||||||
":compiler:fir:raw-fir:fir-common",
|
":compiler:fir:raw-fir:raw-fir.common",
|
||||||
":compiler:fir:fir2ir",
|
":compiler:fir:fir2ir",
|
||||||
":compiler:fir:fir2ir:jvm-backend",
|
":compiler:fir:fir2ir:jvm-backend",
|
||||||
":compiler:frontend",
|
":compiler:frontend",
|
||||||
|
|||||||
+1
-1
@@ -300,7 +300,7 @@ include ":benchmarks",
|
|||||||
include ":compiler:fir:cones",
|
include ":compiler:fir:cones",
|
||||||
":compiler:fir:tree",
|
":compiler:fir:tree",
|
||||||
":compiler:fir:tree:tree-generator",
|
":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:psi2fir",
|
||||||
":compiler:fir:raw-fir:light-tree2fir",
|
":compiler:fir:raw-fir:light-tree2fir",
|
||||||
":compiler:fir:fir2ir",
|
":compiler:fir:fir2ir",
|
||||||
|
|||||||
Reference in New Issue
Block a user