General question about the iOS SDK wrappers in Kot...
# ios
d
General question about the iOS SDK wrappers in Kotlin Native: How are these maintained? They seem to be sourced as Gradle artifacts from a Maven repository. Do JetBrains perform their own wrapping process on the latest iOS SDK when it is released? If so, how do we know which iOS version we're seeing? (I get these concerns span macos wrappers etc, but iOS is my point of focus)
d
which wrappers are you referring to? consider that the KMP code runs as an ObjectiveC framework and that the ios deployment target is set on the Xcode project