Remove dependency of serialization on frontend

Move ApplicationExtensionDescriptor and ProjectExtensionDescriptor to
:compiler:util.
This commit is contained in:
Alexander Udalov
2021-04-22 20:04:15 +02:00
parent 8b3769b88e
commit e790fa8ac9
3 changed files with 4 additions and 15 deletions
+1 -1
View File
@@ -5,8 +5,8 @@ plugins {
dependencies {
compile(project(":compiler:resolution"))
compile(project(":compiler:frontend"))
compile(project(":core:deserialization"))
api(project(":compiler:util"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core", rootProject = rootProject) }
}