ilyagulya
07/25/2024, 10:14 AMresolver.getDeclarationsFromPackage
to access those declarations.
I’ve started debugging and found out that inside resolver.getDeclarationsFromPackage
there’s a code
module.getPackage(FqName(packageName))
.memberScope.getContributedDescriptors(noPackageFilter)
which returns a list without my generated sources either.
I can see generated sources inside the build/generated/ksp/debug/
folder.
On the screenshot there’s 3 generated files, but only 2 of them are accessible (you can see this on screenshots).
How should I debug this issue?
What could be possible cause?ilyagulya
07/25/2024, 10:58 AMilyagulya
07/25/2024, 1:17 PMilyagulya
07/25/2024, 2:03 PMz/kspMerging
branch.
I’ve made several fixes, is it okay if I will post a link to them in your PR? 🙂Zac Sweers
07/25/2024, 2:04 PMZac Sweers
07/25/2024, 2:04 PMilyagulya
07/25/2024, 2:04 PMilyagulya
07/25/2024, 2:05 PM