543ea03549
The merged test-and-build matrix hid Android behind an OS-keyed matrix leg, so the workflow graph no longer showed a distinct Android node. Restore visibility by splitting into two parallel jobs after lint: - build-desktop (matrix: ubuntu/macos/windows): runs JVM tests for the KMP/JVM modules (quartz, commons, cli, desktopApp) and packages the native installer per OS. - test-and-build-android (ubuntu): runs the full test sweep and assembleBenchmark, uploads APKs and reports. Trade-off: Ubuntu spins up two parallel runners instead of one, but wall time is unchanged and Android is once again a visible node.