[Parcelize] Use new DSL for generating declarations

This commit is contained in:
Dmitriy Novozhilov
2022-12-22 14:47:05 +02:00
committed by Space Team
parent 3744878b6d
commit 5fedb2f72d
4 changed files with 26 additions and 81 deletions
@@ -12,6 +12,7 @@ dependencies {
compileOnly(project(":compiler:fir:cones"))
compileOnly(project(":compiler:fir:tree"))
compileOnly(project(":compiler:fir:resolve"))
compileOnly(project(":compiler:fir:plugin-utils"))
compileOnly(project(":compiler:fir:checkers"))
compileOnly(project(":compiler:fir:checkers:checkers.jvm"))
compileOnly(project(":compiler:ir.backend.common"))