I have a multi-module gradle project where one submodule has a different name to the directory name. When I open it in IntelliJ IDEA Community v2022.2.4 the gradle run configurations are correct with the gradle project name being used in the run configuration rather than the directory name. But when I use runIde with the same ide version, the run configuration is using the directory name instead. Is this a known issue or is there some additional configuration required in the intellij plugin for this?