I was trying to switch my project from java8 to java11. While switching I am facing the below errors:
- Package accessible from more than one modules.
- 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.