Has anyone tried to publish a library targeting using just
compose.runtime
as a dependency? I’m trying to make a library with a “common Compose” module that’s compose-runtime only, and then additional modules that add on support for Material and JS DOM, but it seems like there’s a problem with compose runtime being used in the common sourceSet
Missing metadata might also explain why everything in that module shows as red in IntelliJ. But the individual targets are still able to compile and run
I was initially on 1.7.10 and dev745, but was seeing the problem there too. Strangely it seemed like the later build reverted back to 1.7.0.
But I see several things in your build file that aren’t in mine, maybe one of those will work. Thanks!