While trying to compile some project from GitHub, I met the following error
The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
If I am not mistaking, this is the class from basic JDK. How can it be unreacheable?