Kotlin / kotlinx.collections.immutable

Immutable persistent collections for Kotlin
Apache License 2.0
1.16k stars 59 forks source link

Support for M1 simulators #118

Closed karelp closed 2 years ago

karelp commented 3 years ago

Since Kotlin 1.5.30 there are M1 simulator targets available. Would be great if you could add support for these as any project using this library cannot use the simulator targets until then. Hopefully it’s as simple as adding the new targets to build.gradle.kts.

ilya-g commented 2 years ago

Should be fixed by PR #121 (https://github.com/Kotlin/kotlinx.collections.immutable/pull/121/files#diff-a6fced4b4e4a99784a2b92028b1adbc8c0ca28ff54e264b0e73727b3d4a460cfR21).

qurbonzoda commented 2 years ago

Released with 0.3.5 version of the library. Thank you for the feedback!