The GRADLE_COMPLETION_UNQUALIFIED_TASKS
option causes the completion script to go over all subprojects, potentially pulling in too many tasks. Android apps generally always use :app:
for the main subproject, could another env var direct the script to autocomplete for that by default?