Am I correct thinking that I have to use `jetbrain...
# multiplatform
z
Am I correct thinking that I have to use
jetbrains-compose
dependencies (instead of
androidx-compose
) in order for my composables to be used on desktop, wasm, etc? As an aside, I just managed to get my entire design system running with compose multiplatform, and it feels great! Highly recommend! 🌟
Afaik, this is because of compatibility issues? Jetbrains dependencies will work seamlessly between android, desktop, etc.
z
Yes, to use Compose for platforms outside of Android, you'll need the Compose Multiplatform (JetBrains packaged) dependencies. On Android these will map to the original Jetpack Compose dependencies.
j
You can combined them as well, depending your needs 🙂 However I do not recommend that road if can avoid it. Like using latest androidx compose on Android but older versions for iOS in my case. And cool hear about design system, I can plus one it works great. Just some tweaks for fonts however needed, as well as preview composables in Android Studio 🙂
âž• 1
z
Thank you both, getting everything working this easily really made my day! kodee happy
jetpack compose 1
kodee walking 1