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

This commit is contained in:
Ilya Kirillov
2021-09-14 17:20:33 +02:00
parent 5e9f807c78
commit b43e664985
31 changed files with 114 additions and 114 deletions
@@ -2,4 +2,4 @@ plugins {
kotlin("jvm")
}
publishTestJarsForIde(listOf(":idea-frontend-fir"))
publishTestJarsForIde(listOf(":analysis:analysis-api-fir"))