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
Currently the incremental Java compiler task doesn't allow generating class files. They are generally unhandled in relation with the annotation processors.
As most processors generate sources instead of class files, the implementation for this was not done previously.
The generated class files should be handled as the solution to this issue.
The text was updated successfully, but these errors were encountered:
Currently the incremental Java compiler task doesn't allow generating class files. They are generally unhandled in relation with the annotation processors.
As most processors generate sources instead of class files, the implementation for this was not done previously.
The generated class files should be handled as the solution to this issue.
The text was updated successfully, but these errors were encountered: