Hi, I tried accessing `NWPathMonitor` in Network b...
# multiplatform
a
Hi, I tried accessing
NWPathMonitor
in Network but it was not resolved even after I imported
import platform.Network.*
. Is this something not available for ios on KMP? https://developer.apple.com/documentation/network/nwpathmonitor
t
Swift-only classes like that won't be available to KMP. Need to have Obj-C interfaces to be accessible
a
got it, that makes sense. Thanks