hey 👋 I just wanted to ask: is it possible to use molecule in a KMM ? I would like to place the logic in a shared module and subscribe to StateFlow from android/ios targets
k
KamilH
08/16/2022, 6:38 AM
I asked similar question above, the answer is that we need to wait until JetBrains Compose 1.2 is stable, then there will be an update to molecule with support for iOS target
w
wiktor
08/16/2022, 11:59 AM
Thanks, what about using it in a shared module and accepting that iOS target won't compile for a bit, is it possibile? I tried this today, but I don't know if I misconfigured the dependency/ had a gradle issue or or is it not supported.