Does anyone one know why some platform APIs are av...
# compose-ios
j
Does anyone one know why some platform APIs are available under iosMain/ such as
platform.CoreLocation.CLLocation
but not APIs like
platform.*.NWPathMonitor
?
m
NWPathMonitor docsCLLocation docs Probably due to the fact that
NWPathMonitor
is not accessible in Objective-C? 🤔
j
@Michal Srutek That fact hadn’t occurred to me. Thank you for the information.