When building a Kotlin/Multiplatform library for iOS, the documentation and most examples show how to build for either x86 or ARM64. However, what if you'd actually want to use your library both on iPhone devices as well as the iOS Simulator. Here's how to build a fat framework with plain Gradle. In this article, we'll … Continue reading Kotlin/Multiplatform Fat Framework for iOS