Is there any known issues with Coroutines + functi...
# coroutines
s
Is there any known issues with Coroutines + function references?
i
Callable references to suspend functions are not supported yet in compiler: https://youtrack.jetbrains.com/issue/KT-16908
s
Ok that explain my issue thanks for the pointer