Neil
Neil

Reputation: 8634

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

IntelliJ provides a handy support for refactoring a maven multi-module project via the Add Maven Projects command. Is there a similar option for Scala (SBT) projects.

p.s. my current workaround is to convert a scala project from sbt to maven build; and then include it as a module in maven project.

Upvotes: 3

Views: 925

Answers (1)

Neil
Neil

Reputation: 8634

Attaching an existing SBT project to current one? It is possible from SBT tool window:

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

There is also an issue (SCL-6625) about incorrect module dependencies in SBT projects. The answer was provided by Andrey from JetBrains/IntelliJ Support.

Upvotes: 1

Related Questions