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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -