Hi, I'm trying to write tests for a Composable ho...
# multiplatform
v
Hi, I'm trying to write tests for a Composable how depend of an
BackPress
handler. My tests are running on the JVM, I'm stuck with this error
No OnBackPressedDispatcherOwner was provided via LocalOnBackPressedDispatcherOwner
What is the best way to fix that ?