Skip to content

3.2.0-alpha06

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Aug 11:11
· 258 commits to master since this release
3.2.0-alpha06
6b49db5

🐞 Bug Fixes

  • change file saver path parameters to lazy lambdas. The previous API for FileSaver has been deprecated. This is an improvement needed because platforms like Android require accessing the file system before they can get the file path for caching. With this change, the lambda is accessed on the background thread.
  • fix no op saver test throwing ClassCastException sometimes on jvm. Rare bug that pops up for unknown reasons on Android
  • remove inline from CallbackSaver to fix compiler crashes.
  • Migrated to context parameters partially, the old receiver functions are un-deprecated now. Please open a ticket if you face any issues due to the usage of context parameters.

Dependencies:

  • Kotlin 2.0.20-beta. The minimum supported kotlin version is 2.0.x and above.
  • compose 1.9.0-beta
  • Kotlinx.datetime 0.7.1. This repo was migrated away from Kotlinx.datetime.Instant.