Introduce FIR serializer (isn't in use yet, KT-38156)

This commit is contained in:
Mikhail Glukhikh
2020-04-13 18:23:03 +03:00
parent 2c63a15af2
commit 2aae735a8e
11 changed files with 1392 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@ val projectsToShadow by extra(listOf(
":compiler:fir:cones",
":compiler:fir:checkers",
":compiler:fir:resolve",
":compiler:fir:fir-serialization",
":compiler:fir:tree",
":compiler:fir:java",
":compiler:fir:jvm",