star_zero
data class Sample( @Json(name = "full_name") val fullName: String ) // in KSP KSClassDeclaration.getAllProperties().forEach { it.annotations // => empty list }
getDeclaredProperties
getAllProperties
KSClassDeclaration.getDeclaredProperties().forEach { it.annotations }
Ting-Yuan Huang
A modern programming language that makes developers happier.