After releasing the new version of the Spine remove the handler for the `Empty` event. ``` @Apply void emptyEvent(Empty event) { } ```
After releasing the new version of the Spine remove the handler for the
Emptyevent.