Scala global library not resolving library classes
I have a maven multi-module scala project (not SBT).
I have just upgraded to the new version 14.0.2 from 13.1 and I have created a scala global library.
I can make my project (ctrl-F9).
But the "display" compiler is complaining that scala library classes aren't resolved, e.g. "Cannot resolve symbol Seq"
IDEA 14.0.2 Community Edition (build #IC-139.659)
scala plugin 1.2.1
scala version 10.2.4
Please sign in to leave a comment.
Hi Paul,
A frequent cause whenever you see this problem is either a change in the
cache format or a corrupted cache. Try invalidating the cache and
restarting.
Donald
On 1/14/15 7:22 PM, paul mckenzie wrote:
>
>
>
>
>