1.1.13
- Update Kotlin to 1.5.31 by @pablisco (b8d4109)
- Replace usages of
useExperimentalAnnotation
by @grodin (4e1bb9d) - Update Gradle to 7.2 (98c8eae)
- Add
Result#orElseThrow
(f236e26) - Add
Result#{throwIf,throwUnless}
by @grodin (3b87373) - Add
runSuspendCatching
andT#runSuspendCatching
by @grodin (2667273)- See #64