@cedric @hhariri the podcast episode was really good.. I don’t know if either of you guys have any appetite for discussing some of the things that were raised, but I think they are super important, especially the idea of having a conceptual disconnection from your tools, and the fact that we keep remaking make in some ways.. maybe a panel discussion at the conference would be a good idea H… anyway thanks. Cedric, do you have any reuse examples? for instance, I have a bunch of projects with Spek in them, yet I am constantly cutting and pasting, which makes me periodically ill. Of course, in Kobalt, I could make a derivation of Project and just do a Builder Pattern, right? would that make sense?, e.g. val project = MyProject.setupLogging().setupTestRunners().build()?