When desktop and Android compose will sync their v...
# compose-desktop
j
When desktop and Android compose will sync their version? I remember it was planned
5
j
The easiest way is probably to point to the MPP android artifacts hosted by Jetbrains if you are also using Compose Desktop. This will ensure that your android and desktop builds are always in sync. You can check out the Image Viewer (https://github.com/JetBrains/compose-jb/tree/master/examples/imageviewer) for an example project configured in this way. Unifying with the Android artifacts published by Google is something we want to achieve, but that is a bit more involved than it might appear at first glance, and an exact timeline is still unknown, although it is an eventuality that we are working towards.
j
Yeah but there is some artifact they haven't I think (navigation compose?)
Indeed, I am using their artifacts, but I have to search a compatible version of kotlin 1.4.2x and alpha09/10 to get it working
1
All only android artifacts are missing there. Maybe if they was added to Multiplatform only android modules 🤔