I usually try to keep it to more idiomatic Kotlin ...
# squarelibraries
e
I usually try to keep it to more idiomatic Kotlin instead of mimicking Groovy, but I get what you're saying. I use convention plugins for almost everything (although I use Kotlin precompiled script plugins 😬) which results in most of my module's gradle files looking like that screenshot. Maybe I'll check out converting those to Groovy and see if there's any performance increase, although with the config cache most of my builds are super fast nowadays.