I noticed that the `compose.desktop.currentOs` imp...
# compose-desktop
z
I noticed that the
compose.desktop.currentOs
implementation pulls in a material 2 dependency. This can get kind of annoying when using the material 3 dependency as well, with two different variants of the same component. I tried excluding the dependency which does make development easier but trying to build then fails. I think that it would probably be a lot better if the desktop dependency didn't depend on material 2, so problems like this wouldn't occur
plus1 6