[Wasm] Add @SinceKotlin("1.9") to js(code)
This commit is contained in:
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.
|
* However, other Kotlin declarations are not visible inside the [code] block.
|
||||||
*/
|
*/
|
||||||
@ExcludedFromCodegen
|
@ExcludedFromCodegen
|
||||||
|
@SinceKotlin("1.9")
|
||||||
public external fun js(code: String): Nothing
|
public external fun js(code: String): Nothing
|
||||||
|
|||||||
Reference in New Issue
Block a user