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
@@ -14,7 +14,7 @@ dependencies {
testCompile(projectTests(":generators:test-generator"))
testCompile(projectTests(":compiler:tests-common"))
testCompile(projectTests(":compiler:tests-spec"))
testCompile(projectTests(":idea-frontend-fir:idea-fir-low-level-api"))
testCompile(projectTests("::analysis:low-level-api-fir"))
testCompile(projectTests(":idea-frontend-fir"))
testCompile(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
testApiJUnit5()