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
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
javapoet already declares an automatic module name com.squareup.javapoet.
However in order to be fully jpms-compliant, a module descriptor is needed.
Usually this is a file called src/main/java/module-info.java.
The text was updated successfully, but these errors were encountered:
javapoet already declares an automatic module name
com.squareup.javapoet
.However in order to be fully jpms-compliant, a module descriptor is needed.
Usually this is a file called
src/main/java/module-info.java
.The text was updated successfully, but these errors were encountered: