[Analysis API] rework renderer

^KTIJ-23268 fixed
This commit is contained in:
Ilya Kirillov
2022-10-28 10:35:23 +02:00
parent f8ed993307
commit d1eb7c51f1
110 changed files with 3814 additions and 181 deletions
@@ -5,6 +5,7 @@ plugins {
dependencies {
implementation(project(":compiler:psi"))
implementation(kotlinxCollectionsImmutable())
implementation(intellijCore())
}