Similar to the power assert plugin, allows generating Kopy code on any data class annotated with specified annotations: ```kotlin // build.gradle.kts kopy { annotations = setOf("org.example.Foo") } ``` The `annotations` property would be a `SetProperty<String>`
Similar to the power assert plugin, allows generating Kopy code on any data class annotated with specified annotations:
The
annotationsproperty would be aSetProperty<String>