ktor-init-tools
ktor-init-tools copied to clipboard
ByteReadChannel: Unresolved reference
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.