scala - How does sbt reference the Project in the Build? -


how sbt pick root project in simple definition such this?

object hellobuild extends build {     lazy val root = project(id = "hello", base = file(".")) } 

my (now bit less) uninformed guess: reflection. :)

edit: evidence (from comments above):


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -