Attempting to upgrade our app to Compose beta09, and encountering a crash at startup, stack trace in thread. I tried updating to a newer coroutines library, 1.5.0, but that didn't help. Any ideas?
Well, serves me right for working late. I had put in a resolution strategy which was setting the coroutines version to 1.4.3 so overriding what I wanted, which was 1.5.0. May not need that anymore anyway. False alarm.
Neal Sanche
06/24/2021, 3:58 AM
Turns out I do need it, the Jetpack Biometric library specifies that it needs coroutines 1.4.1 or some such. So still need to force resolution to the version I want. And now I can use beta09 of compose!