Anyone ran into issues with coroutines because of multidex? For some reason it cannot find a specific suspend fun in one of the dex files from a coroutine context.
s
spierce7
06/13/2018, 4:59 PM
There is a way to tell multidex certain classes to keep in the primary dex file. That'd fix your issue I think.
r
rattleshirt
06/13/2018, 8:00 PM
Tried that, but didn't help. Moved the class to the app module which fixed it.