FIR IDE: move analysis api to the analysis directory

This commit is contained in:
Ilya Kirillov
2021-09-14 15:58:04 +02:00
parent 0996513f82
commit 0c04ff98c3
75 changed files with 219 additions and 220 deletions
+1 -1
View File
@@ -869,7 +869,7 @@ tasks {
register("frontendApiTests") {
dependsOn("dist")
dependsOn(
":idea-frontend-api:test",
":analysis:analysis-api:test",
":idea-frontend-fir:test",
":idea-frontend-fir:idea-fir-low-level-api:test"
)