Hi there! The last time I checked, we could not cr...
# multiplatform
m
Hi there! The last time I checked, we could not create a single Gradle source set for multiple targets, like iosX64 and iosArm64. Is that possible now? So to speak, having only one
actual
implementation for all iOS variants (which can be 3 if we also add the arm64-simulator).
m
oh wow, it’s actually documented! Thanks a lot @ephemient 🎉
👍 1
I tried it, and it works. I even could build an XCFramework with all 3 slices (arm64, x64, arm64sim) inside using the new XCFramework. Wow! Now if we just had code completion and no errors in the
iosMain
source set, that would be lovely ❤️ (I hope that’s being worked on)