ktorio / ktor-init-tools

ktor project generator web page and IDEA plugin
https://start.ktor.io
Other
40 stars 20 forks source link

ByteReadChannel: Unresolved reference #27

Open plannigan opened 4 years ago

plannigan commented 4 years ago

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.