diff --git a/workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/AndroidViewRegistry.kt b/workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/AndroidViewRegistry.kt index 9a58a7456e..ce164699cb 100644 --- a/workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/AndroidViewRegistry.kt +++ b/workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/AndroidViewRegistry.kt @@ -79,7 +79,7 @@ public fun ViewRegistry.getFactoryFor( * @throws IllegalStateException if the matching [ViewFactory] fails to call * [View.bindShowRendering] when constructing the view */ -@Deprecated("Use ScreenViewFactory.startShowing") +@Deprecated("Use Screen.toViewFactory and ScreenViewFactory.startShowing") @WorkflowUiExperimentalApi public fun ViewRegistry.buildView( initialRendering: RenderingT,