<@U92SCR5FU> Hi, you mentioned here <https://www.n...
# kotlin-native
y
@Tobi Hi, you mentioned here https://www.novoda.com/blog/kotlin-goes-ios/ “Kotlin/Native comes already with bindings for a few iOS libraries, for example the NSTimer”, could you kindly tell where the list of such bindings/libraries can be found? Cool article and example btw 🙂
s
Actually it’s basically all of the iOS libraries shipped with the Operating System. You can find the full list here https://github.com/JetBrains/kotlin-native/tree/master/platformLibs/src/platform/ios
👍 3
Also, thanks to
cinterop
you can basically link whatever ObjC 3rd party library you want, provided you’ll create a
.def
description file.
y
Thanks 🙂
😊 1
t
Exactly 🙂
Just updated the post to include that list 👍
💪 1