PavelTurk commented on issue #6750:
URL: https://github.com/apache/netbeans/issues/6750#issuecomment-1890787463
@Chris2011 It says: `package com.google.gson is not visible (package
com.google.gson is declared in module com.google.gson but module my.module does
not read it)`. But it is not true:
```
module my.module {
...
requires com.google.gson;
...
}
```
I've noticed that sometimes this error disappears but later it appears
again. It seems that NB doesn't like this module :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists