CachedFlow 1.1.0
Version 1.1.0 introduces full Kotlin Multiplatform support.
New
cachedflowcan now be used directly fromcommonMain- added support for:
- Android
- Desktop JVM
- iOS
cachedflow-ext-serializationis 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.0is the first release intended for production use in KMP projects
Modules
ru.dapadz:cachedflow:1.1.0ru.dapadz:cachedflow-ext-serialization:1.1.0ru.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.