0.4.0
- Compiled with Kotlin 1.4.10 (binary compatible with Kotlin 1.4.0)
- Breaking: Artifact coordinates did change:
For multiplatform are from now on
implementation 'com.freeletics.flowredux:flowredux:0.4.0'
implementation 'com.freeletics.flowredux:dsl:0.4.0'
and for jvm:
implementation 'com.freeletics.flowredux:flowredux-jvm:0.4.0'
implementation 'com.freeletics.flowredux:dsl-jvm:0.4.0'
This is more streamlined now with kotlin multiplatform library packaging best practices.