Join Slack
Powered by
Is it possible to retrieve all classes/interfaces ...
# ksp
b
Big Chungus
06/09/2021, 9:14 AM
Is it possible to retrieve all classes/interfaces implementing a particular interface with ksp?
j
Jiaxiang
06/09/2021, 4:57 PM
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)
6
Views
Open in Slack
Previous
Next