mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-11 00:37:41 +00:00
String.format is JVM-only and broke the iOS Klib compile of commonTest. Replace "%064x".format(...) with toString(16).padStart(64, '0').