Hey :wave: Is there a way to get list of classes t...
# ksp
p
Hey 👋 Is there a way to get list of classes that implement a specific interface? I only have found
getSealedSubclasses
, but my interface is not sealed.
🚫 1