workflow-kotlin
workflow-kotlin copied to clipboard
Move non-ui Android RenderWorkflow concerns to workflow-runtime-android
Now that we have a workflow-runtime-android module (and published artifact), it is the place that makes sense to hold the Android versions of renderWorkflowIn, as they are beyond solely UI concerns, so do not need to be in workflow-ui.
Yes, I recognize that we could distribute this as an Android library from the workflow-runtime KMP module with a particular sourceset as well as particular publishing.
I think that would be a good thing to do, but I don't want to figure out how to set that up right now. I think our balance of jvm, ios, and js artifacts from the KMP modules right now makes sense. I do not think we lose anything from this Android library being a standalone module (after all, it was before when it was in workflow-ui).