FIR IDE: move analysis api fir generator to the analysis directory

This commit is contained in:
Ilya Kirillov
2021-09-14 17:21:29 +02:00
parent b43e664985
commit 4d52b354af
12 changed files with 36 additions and 36 deletions
@@ -15,7 +15,7 @@ dependencies {
testCompile(projectTests(":compiler:tests-common"))
testCompile(projectTests(":compiler:tests-spec"))
testCompile(projectTests("::analysis:low-level-api-fir"))
testCompile(projectTests(":idea-frontend-fir"))
testCompile(projectTests(":analysis:analysis-api-fir"))
testCompile(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
testApiJUnit5()
}