How Gradle compiles your build scripts
This post is inspired by a discussion on the Gradle community slack. Many thanks to @Vampire and @ephemient for their help understanding all of this
Have you ever tried to do something like this?
val kotlinVersion = "1.7.21"
plugins {
id("org.j...
blog.mbonnin.net3 min read