https://kotlinlang.org logo
Title
m

mbonnin

09/30/2020, 2:34 PM
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

louiscad

09/30/2020, 3:47 PM
@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

russhwolf

09/30/2020, 4:13 PM
There's a github link at the top of that page
👍 1
m

mbonnin

09/30/2020, 4:16 PM
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

kpgalligan

09/30/2020, 4:34 PM
I didn’t notice that that wasn’t merged
Not sure who to poke about getting that merged, though…
l

louiscad

09/30/2020, 5:19 PM
I think @akapanina is among the right persons to ping, judging from the contributors list.
k

Kathrin Petrova

09/30/2020, 6:38 PM
Hey, thanks @kpgalligan, I've merged the PR, we missed it somehow
👍 3
🙏 2