Hi there, it looks like KSP supports only `KSClass...
# ksp
s
Hi there, it looks like KSP supports only
KSClassDeclaration
,
KSFunctionDeclaration
and
KSPropertyDeclaration
. Do you know whether there is a plan to also support annotations with
@Target(AnnotationTarget.EXPRESSION)
? Thanks!
j
expression is not in KSP’s scope.