FIR/UAST: commonize abstract UElement and UExpression

This commit is contained in:
Jinseong Jeon
2021-05-13 14:01:00 -07:00
committed by Ilya Kirillov
parent a54a807dc9
commit 3c3b5aa4ac
20 changed files with 188 additions and 161 deletions
+1
View File
@@ -78,6 +78,7 @@ dependencies {
compile(project(":idea:idea-jps-common"))
compile(project(":idea:kotlin-gradle-tooling"))
compile(project(":idea:line-indent-provider"))
compile(project(":plugins:uast-kotlin-base"))
compile(project(":plugins:uast-kotlin"))
compile(project(":plugins:uast-kotlin-idea"))
compile(project(":plugins:uast-kotlin-idea-base"))