Marc Knaup
05/31/2019, 4:53 PMobjcMain <- iosArm64Main
<- iosX64Main
<- macosX64Main
IntelliJ can't even resolve platform.darwin.*
.
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.Dominaezzz
05/31/2019, 7:31 PMMarc Knaup
05/31/2019, 8:15 PMsvyatoslav.scherbina
06/03/2019, 8:05 AM