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
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.