https://kotlinlang.org logo
#compose
Title
# compose
s

Scott Kruse

10/18/2021, 10:37 PM
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
4 Views