Is a multimodule multiplatform project possible? Like, multiple Gradle submodules, all multiplatform...
e
Is a multimodule multiplatform project possible? Like, multiple Gradle submodules, all multiplatform-capable.
👌 6
p
Yes, but only one apple framework can be used, so you’ll need one umbrella module for apple targets that exports all dependencies
👍 1
e
@Pavel S thanks! Guess I'm lucky not to target Apple stuff then
a
The 'apple argument' is the same for Kotlin/JS platform as well
gratitude thank you 1