So I'm developing this multiplatform library (SDK)...
# multiplatform
s
So I'm developing this multiplatform library (SDK) for Android/iOS with IntelliJ IDEA on Windows. Let's say that initially all the SDK could be written in Kotlin MP, no specific native code. Only the consumers (native mobile code in Android and iOS) wouldn't be multiplatform. But I could still not generate the target binary output for iOS (a .framework file) from IntelliJ? That's puzzling and counter-intuitive for me.