Related to https://youtrack.jetbrains.com/issue/IDEA-280494
I use the IntelliJ plugin SDK plugin in the Gradle project.
Navigation to symbols opens the decompiled declarations, rather than sources.
It breaks us from reading the code comments in the plugin sources, killing all the benefits of build.gradle.kts.
It actually seems like we do not publish sources at all, just take a look at:
https://plugins.gradle.org/m2/org/jetbrains/intellij/plugins/gradle-intellij-plugin/1.2.0/
