Join Slack
Powered by
is lint lying or am doing it in a wrong way? :thin...
# coroutines
t
theapache64
03/01/2021, 1:15 PM
is lint lying or am doing it in a wrong way? 🤔
g
gildor
03/01/2021, 1:26 PM
It's not lint, it's Kotlin IDE plugin inspection
gildor
03/01/2021, 1:27 PM
It's not very smart, has a lot of false positive reports
➕ 4
t
theapache64
03/01/2021, 1:28 PM
Okay. Understood
m
Michal Klimczak
03/01/2021, 4:55 PM
It reports it every time a method throws IOException, that's probably what openstream has in its signature
g
gildor
03/02/2021, 1:48 AM
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
3
Views
Open in Slack
Previous
Next