Analysis API: introduce Project Structure

This commit is contained in:
Ilya Kirillov
2021-09-16 00:21:28 +02:00
parent c9348b3512
commit 678b931ba3
49 changed files with 952 additions and 391 deletions
@@ -5,6 +5,7 @@ plugins {
dependencies {
compile(project(":compiler:psi"))
implementation(project(":analysis:project-structure"))
compile(project(":compiler:fir:fir2ir"))
compile(project(":compiler:fir:fir2ir:jvm-backend"))
compile(project(":compiler:ir.serialization.common"))