java.lang.NullPointerException: Attempt to invoke interface method 'boolean com.swmansion.reanimated.layoutReanimation.NativeMethodsHolder.hasAnimation(int, int)' on ...
I've generated Java clients using the restTemplate library from my openapi.yaml file. One of the schema properties is defined as a primitive boolean, but in the generated model, it has been converted ...