Hey guys, I’d like to use new API only available o...
# kotlin-native
c
Hey guys, I’d like to use new API only available on with Xcode 11 Beta. When will the bindings be generated for those new API so that I can use them in Kotlin Native for iOS (and subsequently in a mpp project)? If I compile Kotlin native myself locally will it generate those bindings for me ?
l
I think you'll need to build Kotlin/Native on your machine and add the corresponding .def files, following how they are defined for other APIs.
c
Yeah that would make sense. So I should probably wait for the next release to take care of this. Thanks Louis.
Do you have any idea when the next version, that support the new iOS API would be release ? Or rather do you know where I could find the info?
l
I assume they'll wait for the GM (Golden Master) that brings stable APIs, which Apple will release this fall, just before iOS 13, iPadOS and macOS Catalina are out.
👍 1
They (Kotlin team) might be late if there are other things on the table though