Perhaps a very "getting-started" question, but it is multiplatform.
AS is showing some code in red but still builds and runs the app. I'm guessing that this means I've got something skewiff with dependencies in my build.kts file, but I don't know what.
In commonMain ktor in "import io.ktor.client.features.*" is red, and so are ClientRequestException and response in "e.response" (although Exception in "e: Exception" is fine).
It may be these lines of code haven't run, but that shouldn't be relevant here, surely?