Skip to content

Commit

Permalink
Update IntelliJ importing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rucek committed Sep 28, 2023
1 parent ad396fc commit 92ba930
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 92ba930

Please sign in to comment.