Since I use the Gradle Kotlin DSL, I need all sorts of code in buildSrc. I have multiple projects that need the same code for their buildSrc, so I would like to refactor that code. The new feature in Gradle 6.7 that makes buildSrc a participant in a composite build will make this possible if it is fully implemented in IntelliJ IDEA. So far only plugin substitution has been implemented but dependency substitution is still missing.
Anybody else who is interested in this please vote for
https://youtrack.jetbrains.com/issue/IDEA-252140