mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 08:27:04 +00:00
The synchronized intrinsic is only available on JVM/Android, breaking the iOS (compileKotlinIosSimulatorArm64) build in commonMain. Replace the Any() lock with a kotlinx.coroutines Mutex + withLock, which is KMP-common and safe here since all three store methods are already suspend functions. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01A918G2Ks9i9LXRuVoNgm7R