My feature modules usually just target jvm, but th...
# multiplatform
z
My feature modules usually just target jvm, but then the features themselves are used on Android, Desktop and iOS. This seems to work because they only use compose components from my design system, which covers all the targets. But it does seem quirky having modules that target the jvm be run on iOS?