mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +00:00
The test-quartz-ios job only compiled :commons production code for iOS (compileKotlinIos*), never the commonTest source set, so a test using a JVM-only API compiled fine on JVM/Android and shipped green while silently breaking compileTestKotlinIosSimulatorArm64. Mirror the quartz step: run :commons:iosSimulatorArm64Test (compiles + runs the shared commonTest suite on the simulator) and :commons:compileTestKotlinIosArm64 (device-only compile drift). This keeps commonTest KMP-clean going forward.