Is it possible to use gradle to develop scala projects?

后端 未结 2 1321
清酒与你
清酒与你 2021-02-06 23:28

I\'m using sbt to build scala projects, but it always seems too complex(unfamiliar) and heavy to me. I\'m also using gradle to build java projects, and which makes me hap

2条回答
  •  暖寄归人
    2021-02-06 23:36

    It's definitely possible. Gradle's Scala support is documented in the "Scala plugin" chapter in the Gradle User Guide. The plugin is used by big companies on big projects, and can be configured to use the same incremental Scala compiler as sbt. So best try for yourself and see if it fits your requirements.

提交回复
热议问题