0.3.0
New:
- Enable Kotlin multiplatform usage on JVM and JS targets (in addition to Android). All native targets are blocked on JetBrains' Compose runtime supporting them (with a stable release).
- Update to Compose compiler 1.2.0 which supports Kotlin 1.7.0.
- Add
RecomposeClock
parameter to bothmoleculeFlow
andlaunchMolecule
which allows choosing between a frame-based clock for recomposition or a clock which immediately recomposes for any change. - The 'molecule-testing' library is deprecated. The recommendation is to use the new immediate clock mode and Turbine. If you have a use case which cannot be handled by this change please comment on this issue.