IntelliJ IDEA not recognize coral-trino-parser libraries
hqbhoho opened this issue · 3 comments
hqbhoho commented
I just clone coral and run ./gradlew build in the root path,then import IDEA,but IDEA can‘t find source class code like "coral.shade...." , IDEA version is 2020.01 . I found some issue (https://youtrack.jetbrains.com/issue/IDEA-163411), but not reslove,So what can I do?
long1208 commented
i get same problem ,did you solve it ?
wmoustafa commented
It is a known issue due to shading this library in the same project. It should not affect the build, but I agree it should be fixed for better development experience.
long1208 commented
It is a known issue due to shading this library in the same project. It should not affect the build, but I agree it should be fixed for better development experience.
tks .
