jean
11/20/2021, 3:14 PMasync
is not resolved from my common package but CompletableDeferred
is. Does kmm prevent usage of async
keyword somehow? Or is it because I’m using the native-mt version of kotlinx.coroutine?louiscad
11/21/2021, 5:52 PMasync
is not a keyword, it's an extension function on CoroutineScope
jean
11/22/2021, 7:34 AM