and I use the “Select opened file” button in the Project pane, IDEA often (but not always) takes me to
External Libraries
>
Script: my/project/build.gradle.kts
>
kotlin/some/package/script.gradle.kts
instead of to the expected location under
buildSrc
. Is it a known issue or should I make a ticket?
same 2
c
Chris Lee
07/25/2023, 11:59 AM
Odd. doing pretty much that (composite build, not buildSrc) and have never encountered this issue (latest IntelliJ version).
s
Sam
07/25/2023, 3:49 PM
I’ve been trying to make a minimal reproduction project, and I can’t figure it out. It happens fairly consistently in my real project, but I’m not able to get it to happen in a new project. I guess next I’ll try making a copy of the real project and gradually deleting things 😄
c
Chris Lee
07/25/2023, 3:51 PM
ugh. perhaps the name “_script_.gradle.kts” is somewhat magical.
a
Anton Mefodichev
08/01/2023, 8:54 AM
@Sam, can you please create a new ticket if you will be able to reproduce the issue in the new project? Thank you in advance!