Current topic: "Implementing Dynamic Screenshot Build Type" Topic summary: The user wants screenshots to strictly represent the release build to avoid any debug-specific discrepancies. I will now implement a "Hybrid" approach in `app/build.gradle.kts` using a `screenshotBuild` Gradle property. This property will dynamically pivot `testBuildType` to `release` and adjust all GMD task names and output paths accordingly. General unit testing and coverage will remain on `debug` by default to preserve stability and speed. Strategic Intent: Implement a dynamic testBuildType switching mechanism to support release-representative screenshots.