March 29, 2026
8:54 a.m.
I completely agree that building a test project would be more robust. However, the goal here was to keep configure as a lightweight fail-early check. Running even a minimal Gradle build is significantly heavier and may trigger dependency resolution (AGP, Kotlin, etc.). So this only checks for the presence of the SDK and basic indicators that required components exist, rather than fully validating them, since (based on the earlier discussion) the dummy APK build in this project effectively serves as the actual validation step. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10438#note_134260