[Wasm] Add @SinceKotlin("1.9") to js(code)

This commit is contained in:
Svyatoslav Kuzmich
2023-03-01 21:36:45 +01:00
committed by Space Team
parent c9c0b9fd10
commit 4be359ba02
@@ -67,4 +67,5 @@ public external val definedExternally: Nothing
* However, other Kotlin declarations are not visible inside the [code] block.
*/
@ExcludedFromCodegen
@SinceKotlin("1.9")
public external fun js(code: String): Nothing