[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
@@ -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()