Hello! Does KSP have possibility to iterate throug...
# ksp
p
Hello! Does KSP have possibility to iterate through all symbols in all module dependencies?
j
well, technically if you know all the package names you can, via
Resolver.getDeclarationsFromPackage
API
j
i think
Resolver.getClassDeclarationByName
API should also work if u have the FQCN, right?
j
it will work but getting all FQNs is less practical than getting all package names.