sizeoftheuniverse@programming.dev to Programming@programming.dev · 2 years agoI’ve promised myself never to use gradlewww.andreinc.netexternal-linkmessage-square29fedilinkarrow-up134arrow-down12
arrow-up132arrow-down1external-linkI’ve promised myself never to use gradlewww.andreinc.netsizeoftheuniverse@programming.dev to Programming@programming.dev · 2 years agomessage-square29fedilink
minus-squareNiftyBeaks@lemm.eelinkfedilinkarrow-up3·2 years 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·2 years agoThe “default” build tool for Scala is sbt.
minus-squareUFO@programming.devlinkfedilinkarrow-up2·2 years 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.