Is there any documentation somewhere on <kotlinx.c...
# coroutines
r
Is there any documentation somewhere on kotlinx.coroutines.io?
I’m trying to read from an Android content Uri into a ByteReadChannel
Well I think that works
Copy code
appCtx.contentResolver.openInputStream(uri)?.toByteReadChannel()