blakelee
06/26/2024, 6:48 PMiosTest
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