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:
- shutdown intellij
- go .idea folder in project
- open scala_compiler.xml
- remove -make:transitive parameter removing entire line
- save file
- restart intellij , test.
enjoy.
Comments
Post a Comment