Anyone know if you can have compose just in the an...
# multiplatform
m
Anyone know if you can have compose just in the androidMain of a shared KMP library? I'm applying the compose plugin but without including the compose artifacts in iosMain, it's complaining. But those aren't needed for iOS as i'm not doing shared UI. Or does it make more logical sense to have a separate module for the compose stuff?
t
You could limit compose only to Android platform using this compose extension property