Hello, I would like to use CFNetwork from the appl...
# multiplatform
s
Hello, I would like to use CFNetwork from the appleMain directory of a KMM project but it seems that only platform.Network APIs are available. Is there a way to sort this out?
h
Do you use watchos in your Kmm project? CFNetwork does support all apple targets except watchOS.
So you can create a new group including macOS, iOS and tvOS.
s
ah that explains things, sorry. thanks!