Open arbitrary-dev opened 3 years ago
The original issue was due to not following the go to the generated folder
instruction.
Still no easy way to find out in docs, how to specify defferent main class.
Especially for Scala 3 which have main functions:
@main def hello: Unit =
steps
https://github.com/scala/scala-lang/issues/1287
problem
Were unable to find in https://www.scala-sbt.org/1.x/docs/Running.html or elsewhere there information on how to properly specify the main class.
expectation
I go to https://www.scala-sbt.org/1.x/docs/Running.html and it's day clear how to specify the main class to be able to
sbt run
.notes
:(