Enrico Blandini
Enrico Blandini

Reputation: 69

Import libraries sbt in IntelliJ

If I create a sbt project from intelliJ, the sbt-and-plugins libraries are added in external libraries:

project with library sbt-and-plugins

If I open a folder with scale code from IntelliJ, there is no sbt-and-plugins library in external libraries. Because? How can I add it?

project without library sbt-and-plugins

Upvotes: 2

Views: 1157

Answers (1)

Enrico Blandini
Enrico Blandini

Reputation: 69

I solved with this link Module Dependencies.

I added that library by going to file-> Project structure-> Modules | Dependencies and I entered the library by clicking on library

Upvotes: 1

Related Questions