Current topic: "Refactoring Build Logic for GMD and Coverage" Topic summary: I have analyzed the latest PR review comments and identified several issues to resolve in `app/build.gradle.kts`. These include a race condition in GMD device tasks, a broken `verifyWithCoverage` task due to disabled Release tasks, and loose wildcard pathing in the screenshot copy logic. I will now apply surgical edits to the build script to fix these issues, ensuring proper task ordering and correct coverage execution for the release variant. Strategic Intent: Address PR review comments in build.gradle.kts regarding task ordering, coverage tasks, and screenshot pathing.