aleksey.tomin
03/02/2021, 8:09 AMkotlinx.coroutines.newSingleThreadContext
Build for the all targets done without error.
But if I call gradle compileKotlinMetadata
I see error
> Task :compileKotlinMetadata FAILED
e: <...>.kt: (28, 9): Unresolved reference: newSingleThreadContext
How can I fix it?Amritansh
09/20/2021, 7:27 PMaleksey.tomin
09/21/2021, 4:22 AM