Hey, I'm not new at all to kotlin or compose, but ...
# compose
j
Hey, I'm not new at all to kotlin or compose, but I am new to desktop. I have a couple of questions if anyone has a sec.
What is the difference in the two compose plugins, org.jetbrains.kotlin.plugin.compose and org.jetbrains.compose?
does the dependency on compose.desktop.currentOS cover all of the compose libraries at this point? It seems like maybe yes based on examples I've looked at, but I'm used to adding different dependencies, and wasn't sure if there was more to it.
I see links to the android library release notes on the compose multiplatform github releases page. do the libraries for desktop the same, just slightly behind the android releases?
s
I think the JetBrains version is what Android has + their own actuals for the other platforms. And yes, typically they are a bit behind on versions since they always need to catch up. I think for Android the artifact is exactly the same you'd get with the android only dependency. I also think that nowadays they both use the same compiler If you have desktop specific questions you might also wanna ask over at #C01D6HTPATV
👍 1
j
okay, I didn't know about the desktop channel. that helps! thank you so much!!!