Hi guys,
In a KMP project, depending on the iOS target I get different iOS min os version. In particular I get iOS 12 when targeting arm64() and iOS14 when targeting arm64Simulator().
Do you know why this happens and where I can set a "global" iOS min version?
Thanks