Multiplatform #40
Replies: 2 comments 8 replies
This was introduced with PR #25 in version 0.0.14. Before this change the However this has introduced a dependency to Android's In summary, this would mean:
@DatL4g what do you think? |
|
I'm happy to announce that version 3.0 supports Compose Multiplatform! |
Uh oh!
There was an error while loading. Please reload this page.
Everyone is talking about Compose Multiplatform right now.
This is a discussion to figure out how Reveal can be ported to multiplatform.
The biggest challenge I currently see is the dependence on Android's
ComposeViewandContextin the Fullscreen composable, which renders the Reveal effect on top of all other composables, regardless where in the UI hierarchy it's placed.All reactions