sizeoftheuniverse to Programming · 1 year agoI’ve promised myself never to use gradlewww.andreinc.netexternal-linkmessage-square24fedilinkarrow-up144arrow-down14
arrow-up140arrow-down1external-linkI’ve promised myself never to use gradlewww.andreinc.netsizeoftheuniverse to Programming · 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-squareUFOlinkfedilinkarrow-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.