Does anyone use the `ios` target shortcut? I'm hav...
# multiplatform
k
Does anyone use the
ios
target shortcut? I'm having issues on the platform libraries not being imported (https://github.com/JetBrains/kotlin-native/issues/3668) which was resolved by adding
kotlin.mpp.enableGranularSourceSetsMetadata=true
on
gradle.properties
but now, the kotlin/native libraries are missing. Has anyone got the
ios
shortcut working? I reverted back to switching between
iosX64
and
iosArm64
for now.