I just reinstalled Windows and now Intellisense doesn’t work on KTS scripts anymore. Everything is squiggled red. (for every project)
I’m using a gradle wrapper and this was all working before I reinstalled, but I’m not sure what to jiggle.
It’s a fresh install of IntelliJ, using the bundled JDK. Tried invalidating caches, tried deleting my .gradle project folder and gradle home folder.
Building via gradle works fine, and intellisense for the .kt files works fine, just the gradle .kts files don’t.
Any ideas?