$ play idea
scala: Output path ???-api/project/target/scala_2.9.2 is shared between: Module '???-domain-build' production, Module '???-infrastructure-build' production, Module '???-api-build' production, Module '???-domain-build' tests, Module '???-infrastructure-build' tests, Module '???-api-build' tests
Currently external Scala compiler prohibits output path sharing.
Either disable the external build mode or configure separate output paths.
TIP: you can use Project Artifacts to combine compiled classes.
???-api
app
test
modules/???-domain
???-domain-a
???-domain-b
modules/???-infrastructure
???-infrastructure-a
???-infrastructure-b
Either disable the external build mode or configure separate output paths.
IDEAのExternal Build Modeをオフにすればいいらしい。確認したところ、ビルドエラーが解消された。