Hello! How can i change IrField from val to var du...
# compiler
p
Hello! How can i change IrField from val to var during transformation by compiler plugin? isFinal property of IrField is readonly.
m
p
Seems unreasonably complicated. I'm using reflection now. Wonder why not just make IrField::isVar settable.