KConMapper — How To Automate Mapping Function Creation With Kotlin’s KSP
A KSP plugin that will help you get rid of writing boilerplate code for mapping from one object to another
Published in
7 min readJan 18
--
Regardless if you are creating mobile applications or are working on a backend project using Kotlin. Creating functions in our applications that are responsible for…