Rename :core:descriptors.common to :core:compiler.common

This commit is contained in:
Dmitriy Novozhilov
2020-08-20 14:07:02 +03:00
parent 864cf21f03
commit bc1b6d3588
44 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ plugins {
dependencies {
api(project(":core:metadata"))
api(project(":core:descriptors.common"))
api(project(":core:compiler.common"))
api(project(":compiler:util"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
}
+1 -1
View File
@@ -9,7 +9,7 @@ plugins {
}
dependencies {
api(project(":core:descriptors.common"))
api(project(":core:compiler.common"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
}
@@ -11,7 +11,7 @@ val compileOnly by configurations
runtimeOnly.extendsFrom(compileOnly)
dependencies {
implementation(project(":core:descriptors.common"))
implementation(project(":core:compiler.common"))
implementation(project(":compiler:frontend.common"))
implementation(project(":compiler:fir:cones"))