Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public fun <RenderingT : Any> 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 <RenderingT : Any> ViewRegistry.buildView(
initialRendering: RenderingT,
Expand Down