sizeoftheuniverse@programming.dev to Programming@programming.dev · 1 year agoI’ve promised myself never to use gradlewww.andreinc.netexternal-linkmessage-square24fedilinkarrow-up143arrow-down14
arrow-up139arrow-down1external-linkI’ve promised myself never to use gradlewww.andreinc.netsizeoftheuniverse@programming.dev to Programming@programming.dev · 1 year agomessage-square24fedilink
minus-squareNiftyBeaks@lemm.eelinkfedilinkarrow-up3arrow-down1·1 year agoAs someone who wants to use Kotlin or Scala, is there another way to get around these two? Coming from .NET or NPM I found both of these to be terrible.
minus-squareSylveon@programming.devlinkfedilinkEnglisharrow-up3·1 year agoThe “default” build tool for Scala is sbt.
minus-squareUFO@programming.devlinkfedilinkarrow-up2·1 year agoThere is Mill https://github.com/com-lihaoyi/mill Which offers a nicer experience than the default Scala build tool: https://www.scala-sbt.org/ I personally like sbt a lot, but I’ve been told mill is more approachable.
As someone who wants to use Kotlin or Scala, is there another way to get around these two? Coming from .NET or NPM I found both of these to be terrible.
The “default” build tool for Scala is sbt.
There is Mill https://github.com/com-lihaoyi/mill
Which offers a nicer experience than the default Scala build tool: https://www.scala-sbt.org/
I personally like sbt a lot, but I’ve been told mill is more approachable.