kotlinx.coroutines icon indicating copy to clipboard operation
kotlinx.coroutines copied to clipboard

Fix link to Dispatchers.IO in Readme

Open nikpachoo opened this issue 2 years ago • 3 comments

nikpachoo avatar Apr 06 '23 09:04 nikpachoo

should get merged

hnljp avatar Apr 28 '23 12:04 hnljp

Yes and no. This is the correct fix, but this section is autogenerated by the knit tool. If we change this line without fixing the tool itself, we'll simply have build issues and, the next time we run the knit tool, the issue will return.

dkhalanskyjb avatar Apr 28 '23 13:04 dkhalanskyjb

The link is correct again with 1.7.1: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-i-o.html

lukellmann avatar May 18 '23 13:05 lukellmann