97e320b57f
The problem here is that library resolver uses global project compiler settings instead of the module ones. That behaviour is caused by more global problem described in #KT-21246 As a temporary solution we just do not show IR_COMPILED_CLASS error in IDE if it arises in a module which have -XuseIR or -Xallow-jvm-ir-dependencies option provided #KT-36907 fixed