0.4.0
-
Mosaic is now multiplatform!
The following targets are now supported in addition to the JVM:
- Linux (X64)
- MacOS (ARM & X64)
- Windows (X64)
- JS (experimental)
Additionally, the JetBrains Compose compiler is now used instead of AndroidX which
should offer better support for native and JS targets. -
runMosaic
is now a suspending function which will return when the composition ends.
For the previous behavior, arunMosaicBlocking
function is provided (JVM + native).