ktor-init-tools icon indicating copy to clipboard operation
ktor-init-tools copied to clipboard

ByteReadChannel: Unresolved reference

Open plannigan opened this issue 4 years ago • 0 comments

Use Ktor Project Generator (1.3.2) with all the defaults, but select Mock HttpClient Engine.

The generated test file contains import kotlinx.coroutines.io.*. However, the io namespace cannot be resolved, so the code does not compile.

plannigan avatar Jul 14 '20 18:07 plannigan