Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このような単純な定義で、sbt はどのようにしてルート プロジェクトを取得するのでしょうか?
object HelloBuild extends Build { lazy val root = Project(id = "hello", base = file(".")) }
私の(今は少し少ない)情報に基づいていない推測:反射。:)
編集: いくつかの証拠(上記のコメントから):