Congrats with beta release! I'm curious: the blog...
# compose-desktop
d
Congrats with beta release! I'm curious: the blog post said,that compose-desktop now uses google artifacts directly, but I've updated my playground-project to
1.0.0-beta05
and if I go to e.g.
MaterialTheme.kt
I can still see that IDE locates it in
material-desktop.jar
. I did resync and clean build project, this is still a thing. Is this supposed to be so?
j
Google only publishes Android artifacts. Compose Multiplatform uses the Google artifacts for the Android build and the Jetbrains artifacts for the Desktop build.
It isn't clear from your post what you are doing to "locate", but be sure to be doing it from the Android source set if you want it to find the Android jars.
d
Ah, it seems like I have misinterpretted this passage to be about using Google artifacts for all platforms, while it specifically mentions only android, indeed:
With Compose Multiplatform Beta, we have stopped publishing Android artifacts ourselves. Instead, Compose Multiplatform now refers to Google’s artifacts directly.