How to Migrate Idea-based Scala Project to SBT Scala Project

已回答

I have a large Idea-based Scala project but, given how many libraries are best-configured using SBT, it may be time to move to SBT.  is there a straightforward way to migrate an Idea-based Scala Project to an SBT Scala Project?  Or is there a better way to handle SBT libraries within an Idea-based project?

0

Currently there is no such option. Feel free to create feature request on YouTrack: http://youtrack.jetbrains.com/issues/SCL.

Also you could try to manually create build.sbt file and reimport project. You could find some tips in this thread: https://stackoverflow.com/questions/24244223/how-can-i-migrate-an-existing-idea-scala-based-android-project-to-sbt

0

请先登录再写评论。