let me ask in a different way. is there a simple sample of something making a network call in Kotlin Native? i would assume this would be done from commonMain
r
russhwolf
11/30/2018, 11:12 PM
If you're just interested in native you could look at the curl sample, which consumes the libcurl sample. https://github.com/JetBrains/kotlin-native/tree/master/samples/curl
If you're doing multiplatform and want to make web calls from common, Ktor is your best bet, though that's limited to iOS on the native side.