Bradleycorn
you can disable ios in KMP when building for Android, and vice-versa.
kotlin { if (BUILD_MODE != "android") { iosX64() iosArm64() } }
A modern programming language that makes developers happier.