You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out we do make use of covariant types for Workflow based on subclasses of RenderingT, such as any subclass of Screen. We need to find a way to get this back in, even with Kotlin 2+
The text was updated successfully, but these errors were encountered:
Turns out we do make use of covariant types for Workflow based on subclasses of
RenderingT
, such as any subclass ofScreen
. We need to find a way to get this back in, even with Kotlin 2+The text was updated successfully, but these errors were encountered: