linkedin/coral

IntelliJ IDEA not recognize coral-trino-parser libraries

hqbhoho opened this issue · 3 comments

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?

image

i get same problem ,did you solve it ?

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.

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 .