FIR IDE: move low level api main sources to the analysis directory

This commit is contained in:
Ilya Kirillov
2021-09-14 16:38:02 +02:00
parent 0c04ff98c3
commit b70f4f581e
112 changed files with 355 additions and 356 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ dependencies {
compileOnly(project(":compiler:frontend"))
compileOnly(project(":core:compiler.common"))
compileOnly(project(":core:compiler.common.jvm"))
compileOnly(project(":idea-frontend-fir:idea-fir-low-level-api"))
compileOnly(project(":analysis:low-level-api-fir"))
implementation(project(":analysis:analysis-api-providers"))
compile(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }