Hi folks, anyone that get `java.lang.VerifyError: ...
# coroutines
s
Hi folks, anyone that get
java.lang.VerifyError: Verifier rejected
using Android Minify (R8) and Coroutines 1.3.6? My current AGP version is
4.0.0-rc01
but I was getting the same issue in
3.6.3
I check here that when I remove the try/catch usage of my suspend function, fix it, but, I need to be able to use a try/catch. There is any R8/Proguard config that could fix it?
r
Never seen that error before lol , but try 1.3.7 tho
l
@gabib Can you try to make a reproducer snippet or project?