Rihards
09/20/2022, 12:16 PMThere is no event loop. Use runBlocking { ... } to start one
so I changed coroutine version to 1.6.3-native-mt
. Now the issue is that many other dependencies does not use multithreaded coroutines and I receive errors - is there any way I can force them in my Android project to use this specific version?louiscad
09/21/2022, 7:41 AMRihards
09/21/2022, 8:32 AM