Can I shut down this warning? ```New 'wasm' target...
# webassembly
m
Can I shut down this warning?
Copy code
New 'wasm' target is Work-in-Progress and is subject to change without notice
b
Try to set the property
kotlin.wasm.stability.nowarn
to
true
m
Works like a charm, thanks 🙏
106 Views