Why can’t I find the following class in Kotlin/Nat...
# multiplatform
j
Why can’t I find the following class in Kotlin/Native? I thought all of the Swift Foundation library was included with KMP; https://developer.apple.com/documentation/foundation/operationqueue
a
Hi, are you trying to access it in ios part of your shared lib? It should work sth like that:
j
I forgot to prepend it with NS, hehe thanks!
r
I sometimes like to browse the apple dev docs in Obj-C mode instead of Swift mode to try and avoid this confusion.
j
Good stuff, Russel. Thank you!