withComposeInteropSupport

Replaces the ScreenComposableFactoryFinder and ScreenViewFactoryFinder found in the receiving ViewEnvironment with wrappers that are able to delegate from one platform to the other. Required to allow WorkflowViewStub to handle renderings bound to @Composable functions, and to allow WorkflowRendering to handle renderings bound to ScreenViewFactory.

Note that the standard navigation related Screen types (e.g. BackStackScreen) are mainly bound to View-based implementations. Until that changes, effectively every Compose-based app must call this method.

App-specific customizations of ScreenComposableFactoryFinder and ScreenViewFactoryFinder must be placed in the ViewEnvironment before calling this method.