Skip to content

Commit

Permalink
Merge pull request #3214 from softwaremill/update-intellij-readme
Browse files Browse the repository at this point in the history
Update IntelliJ importing readme
  • Loading branch information
adamw authored Sep 28, 2023
2 parents 7174c40 + 92ba930 commit 81542dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ To verify that the code snippet in docs compile, run `compileDocumentation`. A f

### Importing into IntelliJ

By default, when importing to IntelliJ, only the Scala 2.13/JVM subprojects will be imported. This is controlled by the `ideSkipProject` setting in `build.sbt` (inside `commonSettings`).
By default, when importing to IntelliJ, only the Scala 3/JVM subprojects will be imported. This is controlled by the `ideSkipProject` setting in `build.sbt` (inside `commonSettings`).

If you'd like to work on a different platform or Scala version, simply change this setting temporarily so that the correct subprojects are imported. For example:

Expand Down

0 comments on commit 81542dd

Please sign in to comment.