9. Sep 2021 |

All classes, interfaces, enums and annotations must belong to a named package

Possible issue with your Java (or Gradle) project structure

This is Java / Gradle style check. You need to create package between your code (Java classes) and java folder so that the structure would looks like scr/main/java/packageName/YourCode.java NOT like scr/main/java/YourCode.java

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.