FIR IDE: move analysis api fir main sources to the analysis directory

This commit is contained in:
Ilya Kirillov
2021-09-14 17:19:34 +02:00
parent 989f3248e4
commit 5e9f807c78
117 changed files with 969 additions and 964 deletions
@@ -2,4 +2,4 @@ plugins {
kotlin("jvm")
}
publishJarsForIde(listOf(":idea-frontend-fir"))
publishJarsForIde(listOf(":analysis:analysis-api-fir"))