问题
How to use SBT to leverage multi module project. I have tried with the sbt-idea plugin but failed. what could be the reason for this
回答1:
An integrated SBT + IDEA Scala Development Setup helped me.
回答2:
Don't know about the IDEA plugin, but personally I took inspiration from the Akka project to create my own multi-module project:
- https://github.com/akka/akka
Hope that's help !
回答3:
For now there is a very good sbt tutorial at its homepage. Here is the chapter providing details on Multi-Projects but I recommend to read through all the chapters before this one.
来源:https://stackoverflow.com/questions/5308930/using-sbt-for-multimodule-project