Possibly related: it seems as though the compose c...
# compose
r
Possibly related: it seems as though the compose compiler plugin is somehow deleting
init
blocks my plugin adds. Things work fine without the compose plugin, but adding it causes the my init blocks to not be present in bytecode (despite them showing up when dumping the IrClass from my plugin). Any idea how to debug this?