You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Yes, I'd be very happy to consider a PR here especially that makes completion better for Android projects. Is that something you'd be willing to submit?
I think that could be easily handled by: #88
I've already implemented such task. It can be easily extended. I can share the code.
To apply it, this PR needs to be accepted: #89
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?The text was updated successfully, but these errors were encountered: