I guess this lands somewhere between <#C0B8H786P|i...
# intellij
a
I guess this lands somewhere between #intellij and #gradle, but I'm experimenting with the Composite Build feature. I have a library that exposes some third party library through the
api
-configuration. Then I have an app that requires that library and use some of the classes from third party library. Gradle(and IntelliJ) is able to build the whole getup, but IntelliJ insists that the classes from the third party library is not available (in the editor only, compile is OK).
g
Looks as Intellij problem, better to report to IDEA tracker https://youtrack.jetbrains.com/issues/IDEA
🙇‍♂️ 1
a
👍
Seems like it is quite simliar to https://youtrack.jetbrains.com/issue/IDEA-195908