Is there any way to get the hover over documentati...
# getting-started
a
Is there any way to get the hover over documentation support java has for kotlin in intelliJ? Doesn't look like it has a javadoc jar available.
c
Can you clarify what you're looking for? This?
a
Yeah, thats it, it's all missing for me
I can see in my projct settings that a javadoc jar is meant to be setup, but the file is missing and I dont see anywhere to download it online
c
Maybe this?
(I use Gradle, not Maven)
a
That plus a reload has fetched the files I was missing, thank you