Dragos Rachieru
04/27/2022, 2:13 PMjs and ios in my app using the dev builds, but they don't support material3 yet.
Going through the code here I have found that in the build.gradle these platforms are not defined. Can you add js and darwin in the next version? I saw that there's only one file to create an actual which is just something that returns some hardcoded strings and can be copied from desktop.Casey Brooks
04/27/2022, 2:44 PMcomposeMain sourceSet in your MPP config, which Android and Desktop extend. So you can use the Material stuff in those targets, and regular MPP stuff in the common and iOS/JS targets. Here’s an example https://github.com/copper-leaf/ballast/tree/main/examples/mppDragos Rachieru
04/28/2022, 8:15 AMcommonMain for `ios`/`js` and that the material module already has support for `ios`/`js` and material3 is using libraries that already add support for `ios`/`js`, I know that material3 is still in experimental, but I thought it requires very little effort to add support and add it for the next release.