so, I decided to see how dev is on windows these d...
# community-support
c
so, I decided to see how dev is on windows these days... because linux is driving me nuts (next time I'm buying a mac). intellij is cowardly refusing to resolve my gradle modules when using WSL. It's just building perpetually although it says it completed configuration fine in the console output. my build fails on missing tests, but that's expected, configuration works fine. Any idea's? oh, it finished... after 22 minutes... kind of (this is a very small project) (and still creating index's) hours later still indexing... wth I think I figured it out. Intellj didn't whitelist all of the important directories for windows defender. It didn't figure out that it needed to whitelist wsl ~/.gradle and where the sdk for the project was. sigh time to report another issue...