Is it possible to retrieve all classes/interfaces ...
# ksp
b
Is it possible to retrieve all classes/interfaces implementing a particular interface with ksp?
j
no, unless you know where these classes are (i.e. all in same package), then you can use
getDeclarationsFromPackage
to retrieve them (potentially need to filter the result)