[FIR IDE] Initial descriptor-based implementation of the Analysis API

This commit is contained in:
Yan Zhulanow
2021-10-05 19:15:01 +09:00
committed by teamcityserver
parent e2c9be0932
commit 516dd825c2
150 changed files with 9228 additions and 36 deletions
@@ -0,0 +1,5 @@
plugins {
kotlin("jvm")
}
publishJarsForIde(listOf(":analysis:analysis-api-fe10"))
@@ -0,0 +1,5 @@
plugins {
kotlin("jvm")
}
publishTestJarsForIde(listOf(":analysis:analysis-api-fe10"))