I'm seeing a bizarre issue with a Kotlin project t...
# intellij
g
I'm seeing a bizarre issue with a Kotlin project that depends on
dokka-fatjar
. IDEA reports any references to the dokka classes within my project as an error, but has indexed them fine (search by Non-Project symbols works). Gradle can still compile my code fine, so it seems like purely an IDEA issue. Does this sound familiar/does anyone have any ideas on how I could go about debugging this?
c
Yes, I’ve been dealing with this issue as well, was never able to get it resolved. It only happens to me with 0.9.18, 0.9.17 worked in IntelliJ just fine https://kotlinlang.slack.com/archives/C0F4UNJET/p1553785723002500
I’ve torn through the jarfiles between the two and didn’t see any differences between the two that should cause this (classes were in the same location, metadata files the same, etc.). Even when loading the jar as a local file (instead of from JCenter), IntelliJ had the same behavior
g
Hm, that's really odd. Going to look into this for a bit and will ping you a solution if I manage to find one.
Thanks for the info on 0.9.17 working, going to debug that now.
a