2.13.0
Changes
Fix for data objects
Data objects would lead to an exception thrown during processing.
Deprecation of serialization of non data objects
Serializable objects should now be data objects. A warning is logged for now but this will become an error in the future.
Details
- Bump org.jetbrains.kotlinx:kotlinx-metadata-jvm from 0.6.2 to 0.7.0 by @dependabot in #249
- Fix the tests not running by @ansman in #250
- Treat warnings as errors by @ansman in #251
- Log a warning when non data objecs are annotated by @ansman in #252
Full Changelog: 2.12.0...2.13.0