Currently KSAnnotation only supports shortName. In the case where an annotation is not on the classpath, we should still be able to determine the fully qualified name of the annotation.
Calling annotation.annotationType.resolve() returns an error type in this case so it cannot be retrieved from the declaration
Currently
KSAnnotationonly supportsshortName. In the case where an annotation is not on the classpath, we should still be able to determine the fully qualified name of the annotation.Calling
annotation.annotationType.resolve()returns an error type in this case so it cannot be retrieved from the declaration