DeepPrint icon indicating copy to clipboard operation
DeepPrint copied to clipboard

Print Kotlin data class instances as constructor statements using KSP

Results 4 DeepPrint issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Manual text building is fine, but it would be great if the processor code was more readable. https://square.github.io/kotlinpoet/

enhancement