java.lang.NoSuchMethodError: scala.Predef$.refArrayOps

I had SDK in global libraries with a different version of Scala(IntelliJ IDEA).
File -> Project Structure -> Global libraries -> Remove SDK -> Rebuild. It fixed the Exception for me.

Leave a Comment