Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@noodlemind noodlemind released this 12 Aug 18:29
· 2 commits to main since this release

Enhancements

  • Primary Constructor Addition: Added primary constructors to the generated data classes. This ensures that the classes can be instantiated directly with the necessary properties. This change improves usability and aligns with Kotlin's best practices for data class implementation.
  • Serialization Support: Enhanced the generated classes by adding kotlinx.serialization annotations. This ensures that the data classes are serializable, facilitating easier data transfer and storage.

Bug Fixes

  • Removed Debug Print Statements: Cleaned up the generated code by removing extraneous debug print statements. This results in more readable and maintainable code.