I downloaded OpenJDK11 source code and tried to set it up in Intellij IDEA(version 2022.1.3) with JDK correto-11.
When I build the project, an error says: "java: package exists in another module: java.base" as shown below.
Does anyone have any idea how to fix it? Thanks a lot.