ok so, is there a way I can tell kotlinc to genera...
# coroutines
g
ok so, is there a way I can tell kotlinc to generate coroutine closures with all variables always? I don't want things to be optimised out. I want them under the debugger and im happy to pay the extra field costs to get it.
e