Skip to content

1.1.0

Latest

Choose a tag to compare

@dapadz dapadz released this 28 Apr 07:15
· 1 commit to master since this release
23b6681

CachedFlow 1.1.0

Version 1.1.0 introduces full Kotlin Multiplatform support.

New

  • cachedflow can now be used directly from commonMain
  • added support for:
    • Android
    • Desktop JVM
    • iOS
  • cachedflow-ext-serialization is now available as a Kotlin Multiplatform module
  • the demo app was updated to validate the library on Android, Desktop, and iOS
  • documentation was refreshed for multiplatform usage

Important

  • the library is no longer in pre-release status
  • 1.1.0 is the first release intended for production use in KMP projects

Modules

  • ru.dapadz:cachedflow:1.1.0
  • ru.dapadz:cachedflow-ext-serialization:1.1.0
  • ru.dapadz:cachedflow-ext-android:1.1.0

Highlights

CachedFlow is now ready to be used in Kotlin Multiplatform and Compose Multiplatform projects with shared code across Android, Desktop, and iOS.