Scala warnings, IntelliJ and compiler flags

前端 未结 3 1668
悲哀的现实
悲哀的现实 2021-02-20 04:26

I\'m currently giving the IntelliJ Scala plugin a spin and one thing is bugging me a wee-bit. I get 3 warnings when compiling.

Warning: scala: Recompiling 4 file         


        
3条回答
  •  北荒
    北荒 (楼主)
    2021-02-20 04:40

    JVM parameters isn't compiler parameters -- first are used to actually run your code, later used to just compile it to bytecode. You need to open project settings and adjust options there:

提交回复
热议问题