AA: populate index for built-ins

This commit is contained in:
Jinseong Jeon
2022-09-06 11:12:53 -07:00
committed by Ilya Kirillov
parent 529a29ae52
commit df95602e06
5 changed files with 136 additions and 41 deletions
@@ -8,6 +8,8 @@ dependencies {
implementation(project(":compiler:frontend.java"))
implementation(project(":core:compiler.common"))
implementation(project(":analysis:project-structure"))
implementation(project(":analysis:decompiled:decompiler-to-file-stubs"))
implementation(project(":analysis:decompiled:decompiler-to-psi"))
implementation(intellijCore())
}