Hi,
I have a ktor setup with JWT authentication, and i have my own version of RSA algorithm overriding sign and verify.
When minify is enabled in android project,  RSA algorithm's sign is called, but not the verify.
It works fine when minify is disabled. I have added --keep for all the related classes in proguard, but still it doesn't work.
When the api is hit, Unauthorized 401 is returned.
any idea?