DeepPrint
DeepPrint copied to clipboard
Print Kotlin data class instances as constructor statements using KSP
Need to support standalone Arrays as well as Arrays as properties of data classes
This will involve 1. Uploading some Sonatype secrets for GH Actions 2. Creating a publishing GH Action 3. Triggering this action when pushing a commit with a tag that conforms...
If we have a data class we don't own, we should be able to deep print it somehow. Given: ```kotlin data class SomeExternalClass(val name: String, val age: Int) ``` Not...
Manual text building is fine, but it would be great if the processor code was more readable. https://square.github.io/kotlinpoet/