我正在使用Play Framework 2.5和java创建一个依赖于moduleB的moduleA。在我的主应用程序中,我依赖于ModuleA,但我仍然希望使用moduleB中使用的一些注释和类。当我尝试从主应用程序中的ModuleB导入时,出现如下错误:
type foo cannot be resolved. It is indirectly referenced from required .class files
我宁愿我的主应用程序不需要依赖于moduleA和moduleB。这通常如何处理?
答案 0 :(得分:0)
您需要在其他子模块.sbt
中添加此子模块,例如依赖项