Remove dependency to descriptors from :compiler:config module
This commit is contained in:
@@ -4,7 +4,8 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api(project(":core:deserialization"))
|
api(project(":core:metadata"))
|
||||||
|
api(project(":core:descriptors.common"))
|
||||||
api(project(":compiler:util"))
|
api(project(":compiler:util"))
|
||||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user