[FIR] Implement FIR metadata serialization

Add FirMetadataSerializer

Add CLI metadata tests on FIR
This commit is contained in:
Ivan Kochurkin
2023-01-17 21:57:35 +01:00
committed by Space Team
parent 46b9e15101
commit 44b7859356
17 changed files with 361 additions and 56 deletions
+1
View File
@@ -33,6 +33,7 @@ dependencies {
api(project(":compiler:fir:checkers:checkers.jvm"))
api(project(":compiler:fir:checkers:checkers.js"))
api(project(":compiler:fir:checkers:checkers.native"))
api(project(":compiler:fir:fir-serialization"))
api(project(":kotlin-util-klib"))
api(project(":kotlin-util-io"))