Dispatch import marked as red
Hi,
We use the Dispatch library in our code and always import as described
in the Dispatch docs like this:
import dispatch._, Defaults._
The plugin used to be happy with this but at some point in the last few
weeks it has started marking Defaults as red saying: Cannot resolve
symbol Defaults.
Of course the code compiles fine.
This reproduces with a simple project with that line as the only import
in a source file and with Dispatch as the only dependency.
I tried to reproduce this without any dependencies using a variety of
packages, objects and imports but everything worked fine. So I'm not
sure what's different about Dispatch to cause this.
Is this a known issue or should I raise a new one in YouTrack?
Thanks,
Steve.
Please sign in to leave a comment.
Looks like a bug. Please report in YouTrack with sample SBT/Gradle/Maven project (so I'll get dependencies automatically). It's hard to say if it's known or not.
Best regards,
Alexander Podkhalyuzin.