is there some ways one could fix the accessors gen...
# community-support
g
is there some ways one could fix the accessors generation in "buildSrc"?
v
Probably depends on what you are talking about
g
this for example
v
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
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
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.
Ah, I remembered wrongly, also have seen it without the hack-around and here is the according report to up-vote and follow: https://youtrack.jetbrains.com/issue/KTIJ-14705
👍 1