`async` is not resolved from my common package but...
# multiplatform
j
async
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?
l
async
is not a keyword, it's an extension function on
CoroutineScope
👍 1
j
thanks 🙂