Is there an easy way to chain the outputs of one `...
# compiler
z
Is there an easy way to chain the outputs of one
FirDeclarationGenerationExtension
into another? I noticed that they do not process each other's outputs by default, which I'm finding makes composing them tricky
d
No, there isn't. The idea was that if one extension generates class, then it is responsible for the content of this class too
👍 1