You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use nopen with an Android Project, but cannot seem to disable the errors in generated code. nopen is currently flagging the ButterKnife generated view bindings. My app module build.gradle is as follows:
Hmm I would have thought this would have been handled automatically by error-prone itself. Each check shouldn't need to do anything here. I will try to reproduce, but I'm on paternity leave for the next 4 weeks so it may take a bit.
Sorry for the late reply, marking everything as final worked (and honestly is what I wanted to use this plugin to help enforce).
One thing to note, which is probably intended, there were some of the files originally annotated as @Open, but the annotation was dropped in the generated code.
Enjoy your paternity leave! No rush to respond or debug!
I am attempting to use nopen with an Android Project, but cannot seem to disable the errors in generated code. nopen is currently flagging the ButterKnife generated view bindings. My app module build.gradle is as follows:
And my project build.gradle:
Am I missing something?
The text was updated successfully, but these errors were encountered: