You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated the `body` function in `Pact.kt` to use a safer casting approach with `as?` instead of inline reified type parameters, improving type safety.
- Modified the `serializerWith` and `serializerAsDefault` functions in `Utils.kt` to remove inline reified type parameters, simplifying the function signatures while maintaining functionality.
These changes enhance type handling and simplify the serialization utility methods in the pact-jvm-mock library.
Fix this error when importing this project
The text was updated successfully, but these errors were encountered: