[Wasm] Deprecate @JsFun with warning

kotlin.js.js("code") should be used instead
This commit is contained in:
Svyatoslav Kuzmich
2023-01-15 11:31:12 +01:00
committed by Space Team
parent 01fcc84d73
commit 3566d918d2
2 changed files with 3 additions and 0 deletions
@@ -1,3 +1,5 @@
@file:Suppress("DEPRECATION")
@JsFun("() => {}")
external fun topLevelExternalFun(): Unit