I want to set up compose multiplatform web in my e...
# webassembly
p
I want to set up compose multiplatform web in my existing project. I have a browser app written in react+typescript + shared code via kotlin multiplatform. Now I added the wasmJs target to my project but my @JsExport annotated classes fail in task compileKotlinWasmJs: This annotation is not applicable to target 'class'. Applicable targets: function. Actually I do not want to export it to wasmJs. Only to Js. My wasmJs target will stay inside the kotlin world. Are there any news around this topic?