Is any one here using gradle composite build as de...
# multiplatform
a
Is any one here using gradle composite build as dependency substitutors for kotlin multiplatform projects with success? Any workaround is welcomed
b
KMP composite builds are not supported by intellij yet (works just fine on cmdline though)
👍 1
A workaround would be a good old publishToMavenLocal
m
We are using it, it's building from the ide too but there are red imports and unresolved references with kotlin 1.6.21 (@Sebastian Sellmair [JB] can add additional details probably). I'm interested if there's an eta for this to be supported
t
a
With help from another channel I managed to get it compiling. IDE is still showing red imports. @Big Chungus publishing to maven local is a no no coz these tools need to be consumed by others internally. We have an internal maven repo