Slackbot
05/11/2022, 7:11 AMJendrik Johannes
05/11/2022, 7:44 AMJendrik Johannes
05/11/2022, 7:44 AMMarkus Maier
05/11/2022, 7:46 AMJendrik Johannes
05/11/2022, 7:48 AMrootDir.listFiles()?.filter { File(it, "build.gradle.kts").exists() }?.forEach { subproject ->
include(subproject.name)
}Marco Romano
05/11/2022, 8:11 AMVampire
05/11/2022, 8:53 AMbuild.gradle.kts but can also be called foo.gradle.kts, projects don't need to have an actual build script, even if there is a build script, it might just be some example project, even if it has a build script it might be a sub-build of a composite build instead of a sub-project, ...Andrew Lethbridge
05/11/2022, 6:38 PM