flosch
09/06/2020, 3:08 PMrememberCoroutineScope { 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
.Zach Klippenstein (he/him) [MOD]
09/06/2020, 8:21 PM