@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&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
stojan
11/25/2020, 5:41 PM
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