:mega: `kotlinx-coroutines` version `1.4.1-native-...
# coroutines
e
📣
kotlinx-coroutines
version
1.4.1-native-mt
released (with multithreading in Kotlin/Native)
🎉 47
K 42
t
Thank you! Unfortunately, after updating to
1.4.1-native-mt
it appears that
StateFlow
does not work anymore. It now throws an
InvalidMutabilityException
.
It worked fine in version
1.3.9-native-mt-2
, see: https://github.com/Kotlin/kotlinx.coroutines/issues/2138 Looks like it broke again in this release.
🤦‍♂️ 1
p
@elizarov The native-mt is missing for 1.4.2. Why isn't this part of the regular publish process?
t
Would love a release that contains a fix for the above issue.
e
1.4.2-native-mt
released.
🎉 1
t
Great, thanks!