I just tried to use `rememberCoroutineScope { Disp...
# compose
f
I just tried to use
rememberCoroutineScope { Dispatchers.Default }
. When trying to build it leads to
e: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't transform method node:...
(full stack trace in thread). When using
rememberCoroutineScope()
without a custom context, everything works fine. Is this a known issue? Running
AS 4.2 Canary 9
and
1.0.0-alpha02
.
z