Join Slack
Powered by
Hello! Does KSP have possibility to iterate throug...
# ksp
p
PHondogo
08/25/2022, 9:03 PM
Hello! Does KSP have possibility to iterate through all symbols in all module dependencies?
j
Jiaxiang
08/25/2022, 9:50 PM
well, technically if you know all the package names you can, via
Resolver.getDeclarationsFromPackage
API
j
jbarr
08/26/2022, 10:32 PM
i think
Resolver.getClassDeclarationByName
API should also work if u have the FQCN, right?
j
Jiaxiang
08/26/2022, 10:42 PM
it will work but getting all FQNs is less practical than getting all package names.
4
Views
Open in Slack
Previous
Next