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

**URL:** https://platform.jetbrains.com/t/with-plugin-2-2-1-intellij-opens-class-files-instead-of-source-files-in-multi-module-project/540
**Category:** Gradle Build Scripts
**Created:** [February 16, 2025, 7:20pm UTC](https://platform.jetbrains.com/t/with-plugin-2-2-1-intellij-opens-class-files-instead-of-source-files-in-multi-module-project/540 "2025-02-16T19:20:27Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![shalom938](https://sea1.discourse-cdn.com/flex001/user_avatar/platform.jetbrains.com/shalom938/32/402_2.png) [@shalom938](https://platform.jetbrains.com/u/shalom938)
#### Post date: [February 16, 2025, 7:20pm UTC](https://platform.jetbrains.com/t/with-plugin-2-2-1-intellij-opens-class-files-instead-of-source-files-in-multi-module-project/540/1 "2025-02-16T19:20:27Z")

</div>

| 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

 ![image](https://us1.discourse-cdn.com/flex001/uploads/jetbrains_platform/original/1X/630a0cd61ebd7034413d4739e4e5139b07cfa745.jpeg)

---

<div class="post-metadata">

### Author: ![jakub.chrzanowski](https://sea1.discourse-cdn.com/flex001/user_avatar/platform.jetbrains.com/jakub.chrzanowski/32/38_2.png) [@jakub.chrzanowski](https://platform.jetbrains.com/u/jakub.chrzanowski)
#### Post date: [February 21, 2025, 8:48pm UTC](https://platform.jetbrains.com/t/with-plugin-2-2-1-intellij-opens-class-files-instead-of-source-files-in-multi-module-project/540/4 "2025-02-21T20:48:03Z")

</div>

Could you please try the latest `2.2.2-SNAPSHOT`?

---

<div class="post-metadata">

### Author: ![shalom938](https://sea1.discourse-cdn.com/flex001/user_avatar/platform.jetbrains.com/shalom938/32/402_2.png) [@shalom938](https://platform.jetbrains.com/u/shalom938)
#### Post date: [March 5, 2025, 8:09am UTC](https://platform.jetbrains.com/t/with-plugin-2-2-1-intellij-opens-class-files-instead-of-source-files-in-multi-module-project/540/5 "2025-03-05T08:09:17Z")

</div>

@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.
