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
+5 -4
View File
@@ -336,7 +336,9 @@ extra["tasksWithWarnings"] = listOf(
":kotlin-stdlib-jdk7:compileTestKotlin",
":kotlin-stdlib-jdk8:compileTestKotlin",
":plugins:uast-kotlin:compileKotlin",
":plugins:uast-kotlin:compileTestKotlin"
":plugins:uast-kotlin:compileTestKotlin",
":plugins:uast-kotlin-fir:compileKotlin",
":plugins:uast-kotlin-fir:compileTestKotlin"
)
val tasksWithWarnings: List<String> by extra
@@ -847,11 +849,11 @@ tasks {
":idea:idea-fir:test",
":idea:idea-frontend-api:test",
":idea:idea-frontend-fir:test",
":idea:idea-frontend-fir:idea-fir-low-level-api:test"
":idea:idea-frontend-fir:idea-fir-low-level-api:test",
":plugins:uast-kotlin-fir:test"
)
}
register("android-ide-tests") {
dependsOn("dist")
dependsOn(
@@ -897,7 +899,6 @@ tasks {
}
}
register("kaptIdeTest") {
dependsOn(":kotlin-annotation-processing:test")
dependsOn(":kotlin-annotation-processing-base:test")