Is there any way to navigate to the source of the ...
# gradle
d
Is there any way to navigate to the source of the elements of a buildscript written in Kotlin (e.g. to the definition of
buildscript
)? The file
gradle-script-kotlin-0.8.0-SNAPSHOT.jar
seems to include sources but I just can't get it to work. It always shows decompiled class files instead…