In javascript target with the IR backend the properties are named differently in the js objects (with underscores and numbers), they used to be the same as the kotlin property names. Atm switching from legacy to IR breaks my application because I can not send a message anymore (to audio worker) as the json is now different.
There is an annoration @JsName but that doesn't seem to work for the IR backend.
Is there a way to overwrite these names?