araqnid
fileTree(".") { include("**/build.gradle.kts") }.map { it.parent }.forEach { println("build at $it") }