I wanted to test the latest snapshot builds to verify whether a warning is triggered by Molecule, which we only see in native builds. However, there are no snapshots published for iOS and version 2.1.0. I see builds for JVM and Linux, but iOS is missing. Is there a particular reason for that?
Side note, this is the warning we see and it's gone at least for Linux with the latest snapshot build.
w: Some of the dependencies were build using an older version of the Compose compiler plugin,
which may cause additional (or endless) recompositions on non-JVM targets. To prevent that consider
updating dependency libraries to versions built with a newer Compose compiler. Right now, the following
classes are considered `Unstable`:
I wanted to test the latest snapshot builds to verify whether a warning is triggered by Molecule, which we only see in native builds. However, there are no snapshots published for iOS and version 2.1.0. I see builds for JVM and Linux, but iOS is missing. Is there a particular reason for that?
Side note, this is the warning we see and it's gone at least for Linux with the latest snapshot build.