Does CBT have similar IDE integration issues as SBT that require recreating the IDE project from scratch?

83 Views Asked by At

With SBT’s IntelliJ integration, my project often gets in a state where it’s necessary to do the following:

  1. Invalidate caches and restart
  2. If that doesn’t work, delete the .idea directory and “Creat project from existing sources”

Does CBT’s IntelliJ integration have the same problem?

0

There are 0 best solutions below