After importing Circe project to intellij, "TupleEncoders" is not recognized by intellij, however, sbt compile is fine. I see that TupleEncoder is a generated source. Any ideas?
Asked
Active
Viewed 556 times
0
-
What IDEA and Scala/SBT ersions do you use? Did you enable "Use SBT shell for build and import" option in "Settings | Build... | Build Tools | SBT"? – y.bedrov Nov 19 '17 at 09:08
-
Yes, i did enabled that. – Amir Nov 26 '17 at 11:55
-
Please check that generated folder is marked as "generated sources root" – y.bedrov Dec 19 '17 at 11:24
1 Answers
0
Maybe not of much help but checkout the answer in How to force IntelliJ IDEA to reload dependencies from build.sbt after they changed? it did work for me.
You have to click on the right edge of the IDE on the "sbt", it will open a little window, click on the refresh Icon and all should be ok.

Alessandro Cinque
- 43
- 7