On the latest version of everything I am getting this highlighted error in IntelliJ editor, not sure if this is a bug or something I'm doing wrong. As far as I can tell there is no immediate issues except IDE highlights as an error even though everything runs. "Expected class 'someClassName' has no actual declaration in jvmTest for JVM". Obviously I have it defined in jvmMain and it should not need to be in jvmTest, tests run successfully