The same code when compiling in idea breaks with i...
# coroutines
s
The same code when compiling in idea breaks with internal error mentioning
SuccessOrFailure
. I thought that had been renamed?
v
Yes, all usages of
SuccessOrFailure
should be replaced with
Result