Changelog
- Breaking change: removed forList and forSet in favour of IterableToListMapper and IterableToSetMapper.
- Internal refactoring simplifying the Mappie type system and mapper generation.
- Added config option to allow unsafe mapping of platform types to non-nullable target - by @ErwinOlie.
- JVM implementation for mapArray (similar to mapList and mapSet) - by @ErwinOlie.