[Wasm] Deprecate @JsFun with warning
kotlin.js.js("code") should be used instead
This commit is contained in:
committed by
Space Team
parent
01fcc84d73
commit
3566d918d2
@@ -1,3 +1,5 @@
|
||||
@file:Suppress("DEPRECATION")
|
||||
|
||||
@JsFun("() => {}")
|
||||
external fun topLevelExternalFun(): Unit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user