The Idea does not seem to follow references in KDo...
# intellij
m
The Idea does not seem to follow references in KDoc that is in module not reachable by the current module, e.g.
/** @See some.other.module.MyClass */
Is there some workaround for this? Something like declaring `ideOnly("othermodule)`dependency in gradle maybe?
a
👀 1