mcarleio / konvert

This kotlin compiler plugin is using KSP API and generates kotlin code to map one class to another
https://mcarleio.github.io/konvert/
Apache License 2.0
94 stars 8 forks source link

docs: added @Konverter.Source page and test #80

Closed stravag closed 5 months ago

stravag commented 5 months ago

Came across this feature thanks to your mentioning in this issue and thought I'd add it to the docs. https://github.com/mcarleio/konvert/issues/71

Also realized there was no test for the behaviour that the additional parameters take precedence.

mcarleio commented 5 months ago

Thank you very much for the documentation and the additional unit test :+1: