
Oh, I'm glad you're seeing this too. I was seeing this ~ a month ago but didn't open a bug. Sorry about that.
Thought it was just weirdness in IntelliJ and I didn't want to fight with it.
Any thoughts on the root cause?
Hey, @JLLeitschuh. I think buildSrc/build.gradle.kts is being handled as a "script plugin" instead of a project script because the code is only looking for project scripts in project.allprojects, it needs to explicitly take buildSrc into account.
This only happens when there's no buildSrc/settings.gradle[.kts]
Was this resolved by Jetbrains?
Sorry I thought the issue/pr association events coming from ZenHub were visible.
It was fixed in #715