I saw in the changelog of compose-multiplatform 1....
# compose-ios
e
I saw in the changelog of compose-multiplatform 1.8.0-alpha03 that now is possible to implement the BackHandler and PredictiveBackHandler. However I cannot add it in my common code, it is working in Android but in common it is unresolved, am I missing something? 馃
j
have you added
org.jetbrains.compose.ui:ui-backhandler
dependency?
e
Thank you! I thought that it was included in compose-multiplatform. It works now
r
Seriously? a new dependency just for this
j
I can't seem to get it working on iOS and I figure I am missing some crucial setup for it. Sadly the docs have not been updated, nor have the samples. Does anyone have a decent source to look at to figure out the plumbing needed for it to work on iOS?
plus one 1