rewriting this to be more robust ``` listOf( "...
# gradle
x
rewriting this to be more robust
Copy code
listOf(
    "is",
    "sec",
    "changeset",
    "reg",
    "fileuploads"
    /*
    "pdf",
    "user-authn"*/
).forEach { if (file("lib/" + it).exists()) includeBuild("lib/" + it) }