Emil Kantis
03/26/2021, 6:57 PMCOROUTINE_SUSPENDED? I'm building an AOP-based logging interceptor and need to check if the return value of a reflective methodcall is COROUTINE_SUSPENDED 🙂 Currently doing this by checking if (result.toString() == "COROUTINE_SUSPENDED") but it feels like I should be able to access the symbol directly..louiscad
03/26/2021, 11:48 PMEmil Kantis
03/27/2021, 10:58 AMkotlinx.coroutines.intrinsics instead of kotlin.coroutines.intrinsics