With plugin 2.2.1 intellij opens class files instead of source files in multi module project

Idea 2024.3.3
Gradle 8.12.1
IntelliJ Platform Gradle Plugin 2.2.1

We have a multi module plugin project,
I upgraded to intellij platform gradle plugin 2.2.1 and since then when clicking classes from other gradle project intellij opens the class file instead of the source file.

another thing is that intellij marks some code with error that is not a real error , see attached screenshot.

There is no issue like that with 2.1.0

Could you please try the latest 2.2.2-SNAPSHOT?

@jakub.chrzanowski
sorry for the late response.
I am using 2.3.0 for the past two days and it looks like the issue is solved.