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
93 stars 8 forks source link

[FR]: Able to specify mappings for two external classes #25

Closed MV-GH closed 1 year ago

MV-GH commented 1 year ago

I have use case where I get two DTOs from separate libraries. Which I need to map to each other. I can't add annotation to either class. So a ability to specify a bunch of mappings between two types without annotations would be perfect.

MV-GH commented 1 year ago

This can probably be solved with @Konverter