using SBT for multimodule project?

泄露秘密 提交于 2019-12-23 03:14:32

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!