wild guess but I assume it is a matter of checking if the library has a sourceset for a specific platform. can someone confirm?
p
Pablichjenkov
07/16/2023, 11:43 PM
I would say around ~90% of compose Android works in compose multiplatform. A few Android specific APIs are non-existing but the majority of the stuff is covered. Some platforms lack more support like compose-js.
I have been using composables.com for multiplatform. Just copy and paste and the IDE would let you know what is available or what not
a
Alex Styl
07/17/2023, 7:00 AM
possibly. it would still be nice to have that info ahead of time instead of trial and error