Dirk Louwers bio photo

Dirk Louwers

Dirk works as a full stack consultant for Xebia and has been coding in Scala since 2007. He loves developing non-blocking highly scalable software solutions.

Twitter LinkedIn Github

I was toying around with a multi project SBT file and the new IntelliJ 13 SBT support. It turns out that it has a lot of trouble with multi project setups. When adding projects and renaming them IntelliJ gets really confused and you end up with projects having the wrong name and some residual artifact projects in your project. I managed to get things to work again by closing IntelliJ and running the following in my project root:

find . -name ".idea" -type d -exec rm -r {} +