v2.2.20-1.6.0
Allow
mapping
to be used anywhere (at most once) in the body of the map function.Added support for kotlinx-datetime to JVM mappers, which can be imported via a separate dependency.
Fixed check of runtime usage of of mapping DSL for multiple object mappie.
#264 Fix compilation error with ObjectMappie5.
#262 Fixed compilation error when mapper inherits from more than a Mappie subclass.
Minor performance enhancements - by @ErwinOlie.
Fix for missing reporting when both a mapper and its generated mapper have issues - by @ErwinOlie.
Improved reporting of type parameters - by @ErwinOlie.
AbstractList
andAbstractMutableList
are now supported as source type for mapping toList
- by @ErwinOlie.