vanniktech / multiplatform-locale

Type Safe Kotlin Multiplatform Locale implementation
Apache License 2.0
25 stars 4 forks source link

Add WASM Support (#67) #169

Open Deaths-Door opened 5 months ago

Deaths-Door commented 5 months ago

This pull request introduces WASM (WebAssembly) support to the project, addressing issue #67. Here's what's included:

vanniktech commented 5 months ago

ktlint is failing, can you run ./gradlew ktlintFormat?

Deaths-Door commented 5 months ago

I have ran the command

vanniktech commented 5 months ago

Execution failed for task ':kotlinStoreYarnLock'. Lock file was changed. Run the kotlinUpgradePackageLock task to actualize lock file

vanniktech commented 5 months ago

Hm now ktlint is complaining again. Can you run again ./gradlew ktlintFormat. I've also made the green build again so if you merge the latest master we can proceed.

Deaths-Door commented 5 months ago

Done