Release Notes v0.4.1
✨ Improvements
- Improved KSP Code Generation: Fixed an issue where the generated code would fail to compile if a data class annotated with
@BerTlvor@CompactTlvcontained a nested TLV object from a different package. The KSP processors now correctly handle imports for thereadFromandwriteToextension functions, preventing unnecessary imports and resolving the build failure. (#218)
What's Changed
- fix: add only necessary imports when generating encoder/decoders by @jogerj in #219
- build(deps): bump com.gradleup.nmcp.aggregation from 1.4.3 to 1.4.4 by @dependabot[bot] in #221
Full Changelog: v0.4.0...v0.4.1