-
Notifications
You must be signed in to change notification settings - Fork 108
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
Custom MutliPreview annotations don't respect skipPrivatePreviews #312
Comments
Thanks for the report! I tested it out now, and I can reproduce it. Will try to fix it as fast as possible. |
@oas004 Any idea when this will get into a release? We are hit this problem when updating to beta 18 and it causes an error in ksp and the build fails. |
@jd565 I think that will be up to @vinaygaba and Airbnb when they will release a new version :) |
@vinaygaba Hi, since this is merged, are you planning to release new version? I would be very happy since this is something that is blocking me currently in my project 🙏 |
Issue #233 and associated resolution PR #303 fail to properly handle MultiPreview annotations.
While trying to configure this in my project, I have a few custom multi preview annotations that are added to some private functions. The KSP step complains stating that the methods can't be private and that if I want it to skip them, I must configure the ksp arguments, which I have done, so the message is actually in error and the multipreview on private methods should be skipped.
The text was updated successfully, but these errors were encountered: