[FIR] Remove dependency on :compiler:frontend from :compiler:fir:resolve

This commit is contained in:
Dmitriy Novozhilov
2020-08-26 14:50:46 +03:00
parent abeb42ca20
commit e7b5a88cbd
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -8,12 +8,12 @@ repositories {
}
dependencies {
compile(project(":core:descriptors"))
compile(project(":core:compiler.common"))
compile(project(":core:descriptors.jvm"))
compile(project(":core:deserialization"))
compile(project(":compiler:fir:cones"))
compile(project(":compiler:fir:tree"))
compile(project(":compiler:frontend"))
compile(project(":compiler:resolution.common"))
compile("org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:${property("versions.kotlinx-collections-immutable")}")
compileOnly(project(":kotlin-reflect-api"))