Changelog
- Improved error message when the target class has no visible constructor.
- Added support for lenient property matching. See Naming Convention for more information - by @NikolayMetchev.
- #323 Added support for kotlinx-collections-immutable mappers, which can be imported via a separate dependency - by @rlnt.
- #331 Fixed issue with star projections and generic super enum mappers.
- #334 Fixed compilation error when deeply nested generated mappers get re-used.