Any idea how to get intellij to highlight my stand...
# scripting
b
Any idea how to get intellij to highlight my standalone .kts files? It suddently stopped doing that
m
rename to
.main.kts
?
b
They already are named xxx.main.kts
m
Alright, that was worth a try
Maybe check the dependencies if you have any?
b
None. The only thing I'm using is @file:Import on another local script file. Note that script runs fine
m
"Invalidate caches & restart" is all I have left then 🙃
b
Already tried, no dice
😐 1
i
@Big Chungus Can you create an issue and attach your project?
b
Project is closed-source, unfortunatelly. Also I'm not even sure what breaks it
i
What version of IDE and Kotlin plugin do you use?
b
Both latest
It was working yesterday and isn't today (no updated during that time)
🙏 1
What I've also noted is that intellij is not resolving @Import annotations (even though running script with them works fine)