So, on KMM coroutines still run on main thread? Ar...
# multiplatform
s
So, on KMM coroutines still run on main thread? Are there any problems in bigger mobile apps where we generally offload heavier tasks to background thread? I'm from iOS app development background and tried a POC on KMM with networking. There were no performance bottlenecks for the POC. But would love to have some perspective from bigger apps experience.
a
You should use coroutines lib version like
1.4.3-native-mt
- and all threads are available