This message was deleted.
# releases
s
This message was deleted.
party gradlephant 25
🎉 5
e
Reading the release notes and wondering, Is it cool again to use
buildSrc
? 👀 Or are included builds still better in some way
☝️ 1
🤔 2
a
If you have your set up using included builds I would not transition quite yet. I haven't tested this yet but I think we still have an issue where IntelliJ imports twice when there's buildSrc present. Plus, I heard a change in
buildSrc
can still invalidate all projects. We made progress in making them more similar but not all the way there yet.
👍 1
e
Thanks for clarifying 🙏
f
I can confirm that intellij imports twice
thank you 1
m
When you are using
buildSrc
you have to put all of your custom plugins and build scripts inside this directory. and this means by changing anything. the whole buildSrc will be rebuild. But if you are using composite builds. You can create multiple composite build and include them to project. It means. By changing one of them. Others are not affected and your build is faster.