Intellij scala bad option -make:transitive -


i trying build scala program in intellij , had problem. reinstalled scala plugin , when try run program, this:

scalac error: bad option -make:transitive 

i haven't found online related in intellij. know do? how remove option, maybe?

thanks.

regards, serban

if have problem then:

  1. shutdown intellij
  2. go .idea folder in project
  3. open scala_compiler.xml
  4. remove -make:transitive parameter removing entire line
  5. save file
  6. restart intellij , test.

enjoy.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -