Thursday, July 2, 2015

IntelliJ IDEA Scala: bad compiler option error message

It happens in 14.1.2. Remove it in Options->Scala Compiler->Additional options
http://stackoverflow.com/questions/26995023/errorscalac-bad-option-p-intellij-idea

2 comments:

  1. change the value in your pom.xml under the "scala-maven-plugin configuration" form this:

    -make:transitive

    to this:

    make:transitive

    ReplyDelete