A question I’m struggling to give a good answer to:
I know that Xcode updates often require a Kotlin version bump before a KMP project can be built with the new Xcode. But if we produce an XCFramework from a Kotlin module, what’s the likelihood of that XCFramework not being compatible with an app built with a newer Xcode, until it’s itself built with a compatible version of Kotlin+Xcode?
Basically, if we produce a library that our iOS team consumes, can we reassure them that they won’t risk get blocked on Xcode updates until a new Kotlin version is out?