IntelliJ not recognizing libraries for SBT project?
I have a recurring problem in IntelliJ where from time to time it will just "forget" my libraries and dependencies, and drown me in a wave of red unfound imports. I have tried the following:
- Invalidate the cache
- Rebuild the project
- Refresh the project
- clean, compile, reload in the sbt terminal
Still not having much success. I know it's an IntelliJ only issue because I can run the tests through the terminal without a hitch. Any ideas on how to resolve this problem?
Please sign in to leave a comment.