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