build.sbt is a simplification the SBT team is pushing for and polishing it a 
lot recently.
They are both semantically the same, though in sbt files they can work a bit 
more magic (add imports by default etc),
where as a plain Build.scala is just “plain scala” - which can be nicer or 
worse depending on how complicated your build is.

In general I’d recommend sticking to sbt files whenever you can - they simplify 
a lot.
Here’s some additional official docs on the topic: 
http://www.scala-sbt.org/0.13/tutorial/Basic-Def.html


Happy hakking!

-- 

Konrad 'ktoso’ Malawski
hAkker @ typesafe
akka.io / java.pl / geecon.org / krakowscala.pl / gdgkrakow.pl

-- 
You received this message because you are subscribed to the Google Groups 
"scala-on-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to scala-on-android+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to