Hello! What is the easiest way to make Idea show m...
# getting-started
w
Hello! What is the easiest way to make Idea show me sources of Kotlin stdlibs? I was hoping the plugin will figure it out, but as of now all I can see are the signatures and
Decompile to Java
,
Choose sources
. Should I download sources, unpack, point to Idea or the sources should be already somewhere? I am building project using Gradle, no cmd-line tools or other stuff installed.
a
witoldsz: i think there's a check to download javadoc and sources when importing/reloading a gradle project
w
cannot find it 😞 Idea's settings and project configuration is such a spaghetti…
OK, so I have used NetBeans to download sources from Maven repo and now Idea can see them.
a
for maven projects
automatic download
w
but it's for Maven, my project is Gradle
a
i know
cant find the configuration
i'm using gradle and i have all sources downloaded
w
It's OK now, I can see the sources of stdlib.