.
Gradle builds work fine though.
How can I have shared code for all objc-based platforms with dependencies intact in IntelliJ?
EDIT: As a workaround I'll use the shared source set
objcMain
only for managing dependencies and without source files and instead symlink each platform-specific sources folder to the shared sources folder.
Marc Knaup
05/31/2019, 5:07 PM
not nice but works 😕
in this case with only iOS sources, no macOS sources
d
Dominaezzz
05/31/2019, 7:31 PM
IntelliJ can't handle platform specific shared source sets yet. This is actively being worked on.
🎉 1
Dominaezzz
05/31/2019, 7:32 PM
To solve this, you can have gradle adjust the source set config for the IDE then use your normal config when publishing.