Skip to content

Cannot get the fully qualified name of a class not on the classpath #807

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jameskleeh opened this issue Jan 25, 2022 · 3 comments
Open

Comments

@jameskleeh
Copy link
Contributor

KSTypeReference and KSType provide no way to get the fully qualified name of the class. Calling .resolve() results in an error type.

@neetopia
Copy link
Contributor

if you are getting an error type calling resolve(), it is compiler not able to resolve the type reference, can you check if the type reference is correct? If so, can you please provide a reproduce case?

@jameskleeh
Copy link
Contributor Author

@neetopia The reference is correct. The class is just not on the classpath. I should have said that in the description, my fault.

@jameskleeh
Copy link
Contributor Author

This is related to #783

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants