workflow-kotlin icon indicating copy to clipboard operation
workflow-kotlin copied to clipboard

1.8.0-beta01 breaks compatibility, NoSuchMethodError ViewRegistry

Open rjrjr opened this issue 3 years ago • 0 comments
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.

rjrjr avatar May 19 '22 21:05 rjrjr