JetBrains Compose 1.3.1 was released yesterday with Kotlin 1.8.10 support: https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.3.1
As such, a pair of related releases late last night for those needing the latest compatibility:
- Molecule 0.8.0 is the same as 0.7.1 but with the new Compose version: https://github.com/cashapp/molecule/releases/tag/0.8.0
- Mosaic 0.5.0 has the new Compose version along with a new `renderMosaic` function which returns a single `String` rendering of the composition for static output: https://github.com/JakeWharton/mosaic/releases/tag/0.5.0