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?
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
Gary Tierney
07/16/2019, 9:59 PM
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.
Gary Tierney
07/16/2019, 10:00 PM
Thanks for the info on 0.9.17 working, going to debug that now.