subkt / myaa.subkt.tasks / org.gradle.api.Project / globPath
fun
Project
.globPath(glob:
String
):
List
<
String
>
(source)
Finds paths matching the given string. %
and *
are interpreted as wildcards.
Returns the original string if no matching path was found.