Skip to content
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

🐛 Fix hidden IllegalDestinationsSetup error #656

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

MaxMichel2
Copy link
Contributor

The error is thrown when the destination style isn't resolved but this is hidden by a NullPointerException from the toImportable function.

The fix was simply to mark the toImportable function as nullable and add a check around the qualifiedName variable

This fixes #654

The error is thrown when the destination style isn't resolved but this is hidden by a NullPointerException from the toImportable function
@raamcosta raamcosta merged commit 3614e43 into raamcosta:main Jul 15, 2024
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

Successfully merging this pull request may close these issues.

[KSP] Destinations generation issue
2 participants