Is any one here using gradle composite build as dependency substitutors for kotlin multiplatform projects with success? Any workaround is welcomed
b
Big Chungus
07/07/2022, 1:51 PM
KMP composite builds are not supported by intellij yet (works just fine on cmdline though)
👍 1
Big Chungus
07/07/2022, 5:48 PM
A workaround would be a good old publishToMavenLocal
m
Marco Righini
07/07/2022, 8:17 PM
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
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