Package accessible from more than one module

Viewed 26

I was trying to switch my project from java8 to java11. While switching I am facing the below errors:

  1. Package accessible from more than one modules.
  2. cannot be resolved to a type/variable. (Here is an dependent library)

I was looking forward for solution to resolve this. It will be helpful if I got any working example to understand better.

0 Answers
Related