Kotlin Poet Ksp Preview
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY ] )
Content copied to clipboard
Indicates that a given API is part of the experimental KotlinPoet KSP support. This exists because KotlinPoet support of KSP is in preview and subject to change.
Constructors
KotlinPoetKspPreview
Link copied to clipboard
fun KotlinPoetKspPreview()
Content copied to clipboard