This documentation <https://kotlinlang.org/docs/mo...
# ktor
m
This documentation https://kotlinlang.org/docs/mobile/concurrency-and-coroutines.html#ktor-and-coroutines states:
Make sure that you use the single-threaded version of 
kotlinx.coroutines
 as a dependency for Ktor. Ktor for macOS and iOS requires this version.
That seems outdated since Ktor 1.4.1 pulls
-native-mt-2
? Can this be changed/should an issue be filed somewhere?
1
l
@kpgalligan where should we report issues in this part of the doc you've made at Touchlab? Or better yet, can it be contributed to via GitHub?
1
r
There's a github link at the top of that page
👍 1
m
Thanks! Sorry I missed that. I'll submit a PR to remove that section (not really sure what the new recommendation so feel free to chip in)
k
I didn’t notice that that wasn’t merged
Not sure who to poke about getting that merged, though…
l
I think @akapanina is among the right persons to ping, judging from the contributors list.
k
Hey, thanks @kpgalligan, I've merged the PR, we missed it somehow
👍 3
🙏 2