Using Kotlin in IDEA, navigating to a declaration or type declaration (Ctrl-B or Ctrl-click), I always get two choices - one in the source, which is the one I want of course, and the other is decompiled from the .class files.
This is irritating because I always have to make a choice.
I'm sure there must be a way to stop the .class files from being included - but I can't find it. Does anyone know? (BTW, this is a Gradle project if that is at all relevant)