FIR UAST: prototype plugin entrypoint, declarations, test infra

This commit is contained in:
Jinseong Jeon
2021-04-20 11:02:36 -07:00
committed by Ilya Kirillov
parent 225e3a747c
commit 40eaabdbb5
76 changed files with 2490 additions and 41 deletions
+2
View File
@@ -73,6 +73,8 @@ dependencies {
testCompile(projectTests(":kotlinx-serialization-compiler-plugin"))
testCompile(projectTests(":kotlinx-serialization-ide-plugin"))
testCompile(projectTests(":plugins:fir:fir-plugin-prototype"))
testCompile(projectTests(":plugins:uast-kotlin"))
testCompile(projectTests(":plugins:uast-kotlin-fir"))
testCompile(projectTests(":idea:jvm-debugger:jvm-debugger-test"))
testCompile(projectTests(":generators:test-generator"))
testCompile(projectTests(":idea"))