Need to explicitly include module "intellij.platform.collaborationTools"

| Gradle | 8.13 |
| IntelliJ Platform Gradle Plugin | 2.6.0 |

since 242 i need to explicitly include the module
bundledModule(“intellij.platform.collaborationTools”)
it was included before 242

without it there are compilation errors:
e: file:///home/shalom/workspace/digma/tmp/digma-intellij-plugin/jvm-common/src/main/kotlin/org/digma/intellij/plugin/idea/execution/OtelResourceAttributesBuilder.kt:42:49 Cannot access ‘DefaultAccountHolder’ which is a supertype of ‘DigmaDefaultAccountHolder’. Check your module classpath for missing or conflicting dependencies.
e: file:///home/shalom/workspace/digma/tmp/digma-intellij-plugin/jvm-common/src/main/kotlin/org/digma/intellij/plugin/idea/execution/OtelResourceAttributesBuilder.kt:42:58 Cannot access ‘ServerAccount’ which is a supertype of ‘DigmaAccount’. Check your module classpath for missing or conflicting dependencies.