Kotlin Jmix users: IntelliJ IDE error on FileRef comparison

Hey all,

not a serious problem, but annoying. I’m wondering if other Kotlin Jmix users are experiencing the same problem with the IntelliJ IDE: FileRef comparisons are always marked with an error. I can compile and run, but the IDE complains.

image

It’s like this for ages. I honestly don’t know if there was a time, when this didn’t occur.

Can you provide a sample for this?

I did follow tests in IDEA and it’s ok(for nullable and non-null):
image

Also, when i click on equal(==) operator, it navigates into FileRef#equals
image

I didn’t succeed in creating a sample for this, so apparently it’s not Jmix. This is probably an issue with the complex project setup then. Will comment again, if I can find the issue or if I succeed in creating a sample project.

Im guessing this is only an IDEA indexation issue(lagging)