Hi, I have scenario, where I need to expose classes for K/JS but it is not needed Kotlin/wasm. is it possible to omit @jsexport annotation for Kotlin/wasm only.
a
Artem Kobzar
03/25/2024, 11:57 AM
Only if you define the class as expect-class and copy the actual "implementations" of the class into all the platform source sets.