is it possible to get a ksclassdeclaration by the ...
# ksp
d
is it possible to get a ksclassdeclaration by the name of a class (without its package name)?
Resolver.getClassDeclarationByName
requires a fully qualified name i need to reference a class compiled in another module with the same processor (and in the same classpath) (=> i'd like to cache all generated files by the processor even if in different compilation units)
j
unfortunately it is not possible.
👍🏻 1