Hi! I'm trying to view Kotlin sources by using the Go To Implementation navigation. I'm directed to the
expect fun
rather than the JVM implementation, with no way to navigate to actual implemenations. I tried upgrading to 2023.1-Beta but same issues. Any idea on how to accomplish that?
tested with several Kotlin versions, Gradle versions and IntelliJ versions; the issue remains. I suspect the common implementation contains the .kotlin_metadata that provides the needed info to retrieve the JVM implementation, but IntelliJ does not manage to retrieve it. I can find the implementation in the "External Libraries" section of the Project, so it is there.
As I'm currently running on a rather specific setup, I'll first try to reproduce on another machine and log an issue for it if I can reproduce.