0.8.1-Beta
github-actions
released this
23 Mar 10:38
·
74 commits
to master
since this release
Changed
- Update dependencies:
- Kotlin
1.9.23
. - KotlinX Coroutines
1.8.1-Beta
. Gradle
to8.7
.
- Kotlin
Added
- Add
Flow.catchAndReturn
,Flow.catchAndResume
operators. - Add
Flow.mapToResult
,Flow.mapResultCatching
,Flow.throwFailure
operators.