I am trying to run some iOS ui tests in my `iosTes...
# compose-ios
b
I am trying to run some iOS ui tests in my
iosTest
module and I'm using
runComposeUiTest
to run the tests and I'm getting
kotlin.IllegalStateException: CompositionLocal LocalLifecycleOwner not present
. I am using lifecycle 2.8.0 and I'm thinking that
runComposeUiTest
doesn't have any hooks for lifecycles in iOS tests. Has any experienced this and have any workarounds besides just settings up a composition local provider in the
setContent