Anybody had any luck getting multiplatform composi...
# multiplatform
m
Anybody had any luck getting multiplatform composite builds working properly in IntelliJ? Compiles fine with Gradle but modules can't see each other in IntelliJ 😞
âž• 1
r
Yep, just hit the same issue an hour ago. I hope there is a solution, as resorting to publishing to local Maven would a a major PITA.
m
Yeah that's my workaround currently 😢
t
Are you seeing import errors in Intellij but it can still build fine?
m
Yes, imports aren't working but building is just fine for Gradle-based builds. JPS-based builds are not working as they also don't resolve the dependencies correctly.
t
I unfortunately have nothing to add other than I too am having gradle builds work, but intellij shows errors
l
Did you report it on youtrack.jetbrains.com?
r
m
Actually that's another issue 😄 I have another project setup now where Create separate module per source set is enabled and it still doesn't work. Will make an additional issue for that.