1.1.19
- Document the order of output lists in Iterable.kt by @peter-cunderlik-kmed (e81f581)
- Add
zipOrAccumulate
by @YuitoSato (27f0a63) - Update Kotlin to 1.9.20 (05a1e91)
- "In Kotlin 1.9.20, we've also removed a number of previously deprecated targets, namely:"
- iosArm32
- watchosX86
- wasm32
- mingwX86
- linuxMips32
- linuxMipsel32
- See: https://kotl.in/native-targets-tiers
- "In Kotlin 1.9.20, we've also removed a number of previously deprecated targets, namely:"
- Add
andThen{Recover,RecoverIf,RecoverUnless}
by @Jhabkin (d4414b1) - Facilitate mapping to arbitrary types in
and
/or
functions (05d50b7)- See #95
- Extract shared build logic to convention plugins (88e31cd)