Is there a way to specify a source set to be share...
# compose
s
Is there a way to specify a source set to be shared between Android + Desktop targets for compose? I also have a compose web target so i cannot support compose foundation / material inside commonMain sourceset
Kotlin doesn’t currently support sharing a source set for these combinations:
• Several JVM targets • JVM + Android targets • Several JS targets