workflow-kotlin
workflow-kotlin copied to clipboard
1.8.0-beta01 breaks compatibility, NoSuchMethodError ViewRegistry
trafficstars
Reported by @SalvatoreT:
Someone is including the 1.8.0-beta01 and the SDK I work on which doesn’t use the beta. Their app throws this error (which I can reproduce).
java.lang.NoSuchMethodError: No static method ViewRegistry([Lcom/squareup/workflow1/ui/ViewFactory;)Lcom/squareup/workflow1/ui/ViewRegistry; in class Lcom/squareup/workflow1/ui/ViewRegistryKt; or its super classes (declaration of 'com.squareup.workflow1.ui.ViewRegistryKt'
https://workflow-community.slack.com/archives/CHTFPR277/p1652992917547019
Looks like this commit from #577.