I'm trying to use Grand Central Dispatch in a macO...
# kotlin-native
s
I'm trying to use Grand Central Dispatch in a macOS/iOS library. I can use it in an iOS target easily by importing
platform.darwin
but that definition file doesn't exist for macOS. Shouldn't there be a
platform.darwin
file for macOS as well?
👍 1
o
this problem will be fixed in master
👏 1