Is there already a way to enable the IR Backend fo...
# compiler
f
Is there already a way to enable the IR Backend for KotlinJs?
f
Thank you 👍
p
@bashor Hello! I want to enable IR for js and followed suggestions in this thread, but got error: Flag is not supported by this version of the compiler: Xir-produce-js. I'm using compiler of version 1.3.61
b
@PHondogo you can try it with 1.3.70 which available for early access, see #eap channel for more information
in 1.3.61 you can try
-Xir
, but 1.3.70 would be better choise
p
Hello, @bashor! I've tried your suggestions, but in both cases I got compiler internal error: e: java.lang.AssertionError: Built-in class kotlin.Any is not found . Could you suggest how can i solve this issue? Thanks!