<@U0RM4EPC7> <@UDAV1EN4W> Hi Stojan.. Simon! just ...
# arrow
j
@simon.vergauwen @stojan Hi Stojan.. Simon! just had a quick look at your BirthdayKata using arrow-fx-coroutines, and I wonder, if you have any news about that IntelliJ Inspection "inappropriate blocking call" ? (referring to your post here https://kotlinlang.slack.com/archives/C5UPMM0A0/p1577273494147800?thread_ts=1577209740.144600&amp;cid=C5UPMM0A0 ) So I guess this is an unresolved issue with IntelliJ's Kotlin plugin and arrow-fx-coroutines would be fine (?) with a solution like this:
s
I would say in a console app, blocking it totally appropriate 🙂 in a different world
evalOn
is the solution that is not blocking..... the error from IntelliJ is a false positive and I am not aware of a workaround