Matan Sabag
03/19/2024, 12:43 PMVampire
03/19/2024, 1:41 PMjavac
emits this warning. See the documentation of javac
for more in-depth information about it. What to do is not so much a Gradle question, and it is hard to recommend. You could stop using annotation processing if appropriate, you could stop having source files on the compile classpath if appropriate, you could configure the -implicit
option to your needs, ...
Heavily depends on the concrete situation.