Skip to content

Conversation

@saeedishayan76
Copy link
Contributor

This PR updates the Kotlin Coroutines library from version 1.8.1 to 1.9.0.

Motivation and Context

  • Coroutines 1.9.0 introduces new features and improvements over 1.8.1.
  • Key updates in 1.9.0 include:
    • Support for Kotlin 1.9.0
    • New Flow operators: distinctUntilChanged, runningFold, runningReduce
    • Improved performance for Flow operations
    • Enhanced stability and bug fixes

Changes

  • Updated libs.versions.toml files to reference Coroutines version 1.9.0

Testing

  • Verified all existing Coroutine-related functionality works as expected
  • Ran the full test suite to ensure no regressions

References

Copy link
Owner

@skydoves skydoves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@skydoves skydoves merged commit ee2148f into skydoves:main Sep 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants