Kotlin/JS. The `inline` makes the compilation proc...
# k2-adopters
e
Kotlin/JS. The
inline
makes the compilation process fail with no clear error message.
Copy code
internal inline fun String(codepoints: IntArray): String =
  js("String").fromCharCode.apply(null, codepoints).unsafeCast<String>()
k
Please report an issue. Thank you.
✔️ 1
e
@kirillrakhman updating to the latest 1.9.20 dev makes it work. I'll keep using dev, let's see
👍 1