is lint lying or am doing it in a wrong way? :thin...
# coroutines
t
is lint lying or am doing it in a wrong way? 🤔
g
It's not lint, it's Kotlin IDE plugin inspection
It's not very smart, has a lot of false positive reports
4
t
Okay. Understood
m
It reports it every time a method throws IOException, that's probably what openstream has in its signature
g
yes, it detects IOExceptions, but the issue of this particular code that there is no problem, it has flowOn, which will run this flow on IO dispatcher
👍 1