Why can't IntelliJ code navigation, navigate to the source instead of the decompiled java byte code when dealing with composite builds?
I have a large kotlin multiplatform project. With seven gradle subprojects currently. I have migrated my builds from using buildSrc to composite builds.
The project compiles just fine, I even get code completion and intellisense. I only have a problem with code navigation. It seems like intelliJ can't resolve the sources dir of my subprojects. Is this a known issue? Any work around?