@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
bashor
02/17/2020, 2:30 PM
@PHondogo you can try it with 1.3.70 which available for early access, see #eap channel for more information
bashor
02/17/2020, 2:33 PM
in 1.3.61 you can try
-Xir
, but 1.3.70 would be better choise
p
PHondogo
02/18/2020, 7:28 AM
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!