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") }
}