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