Hi all, I am trying to integrate the NTRIP services in a Kotlin Multiplatform project. I am not able to get the NWConnection into iosMain. is there any alternative solution for NWConnections, or how to import the NWConnection in iosMain?
Please help me how to solve the blocker.
e
ephemient
12/26/2024, 9:48 AM
NWConnection is Swift-only and not available to Objective-C, so you can't use it from Kotlin either