IntelliJ: multi-module refala scala project project source code (SBT)

IntelliJ provides convenient support for refactoring a multi-mode maven project with a command Add Maven Projects. Is there a similar option for Scala projects (SBT).

ps my current solution is to convert a Scala project from sbt to maven build; and then include it as a module in the maven project.

+3
source share
1 answer

Joining an existing SBT project to the current? This is possible from the SBT tool window:

http://imageshack.us/a/img21/8820/h8nw.png.

There is also a problem ( SCL-6625 ) about incorrect module dependencies in SBT projects. The answer was provided by Andrew from JetBrains / IntelliJ support.

+1

All Articles