Just delete those ill-added imports.
They are most probably a side-effect of using my hack-around for using version catalog accessors in precompiled script plugins. With it, it happens sometimes that IntelliJ adds these imports when you copy code around without them being necessary.
👍 1
t
Thomas Broyer
05/24/2024, 8:26 AM
IntelliJ tends to add such imports even without your hack (I never used it, and I have to clean up imports from time to time –or everytime? I couldn't tell– after copy/pastes)
v
Vampire
05/24/2024, 8:44 AM
Ok, thanks. I just thought it might be related to my hack-around as everytime I've seen it, it was with projects using it.